Skip to content

messages.getAttachMenuBot

Layer 225

Constructor ID: 0x77216192
Returns: AttachMenuBotsBot

Parameters

NameTypeDescription
botInputUser

Example

go
result, err := client.Raw(&tg.GetAttachMenuBotRequest{
    bot: nil, // InputUser
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.