Skip to content

messages.startBot

Layer 225

Constructor ID: 0xe6df7378
Returns: Updates

Parameters

NameTypeDescription
botInputUser
peerInputPeer
random_idint64
start_paramstring

Example

go
result, err := client.Raw(&tg.StartBotRequest{
    bot: nil, // InputUser
    peer: nil, // InputPeer
    random_id: 0,
    start_param: "",
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.