github.com/gotd/td/tg.BotsSetBotCommandsRequest.Commands (field)
9 uses
github.com/gotd/td/tg (current package)
tl_bots_set_bot_commands_gen.go#L44: Commands []BotCommand
tl_bots_set_bot_commands_gen.go#L68: if !(s.Commands == nil) {
tl_bots_set_bot_commands_gen.go#L92: s.Commands = from.GetCommands()
tl_bots_set_bot_commands_gen.go#L155: b.PutVectorHeader(len(s.Commands))
tl_bots_set_bot_commands_gen.go#L156: for idx, v := range s.Commands {
tl_bots_set_bot_commands_gen.go#L201: s.Commands = make([]BotCommand, 0, headerLen%bin.PreallocateLimit)
tl_bots_set_bot_commands_gen.go#L208: s.Commands = append(s.Commands, value)
tl_bots_set_bot_commands_gen.go#L235: return s.Commands
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |