Skip to content

messages.getBotApp

Layer 225

Constructor ID: 0x34fdc5c3
Returns: BotApp

Parameters

NameTypeDescription
appInputBotApp
hashint64

Example

go
result, err := client.Raw(&tg.GetBotAppRequest{
    app: nil, // InputBotApp
    hash: 0,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.