Skip to content

bots.resetBotCommands

Layer 225

Constructor ID: 0x3d8de0f9
Returns: Bool

Parameters

NameTypeDescription
scopeBotCommandScope
lang_codestring

Example

go
result, err := client.Raw(&tg.ResetBotCommandsRequest{
    scope: nil, // BotCommandScope
    lang_code: "",
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.