github.com/gotd/td/tg.BotInfo.Commands (field)
11 uses
github.com/gotd/td/tg (current package)
tl_bot_info_gen.go#L63: Commands []BotCommand
tl_bot_info_gen.go#L100: if !(b.Commands == nil) {
tl_bot_info_gen.go#L145: b.Commands = val
tl_bot_info_gen.go#L225: if !(b.Commands == nil) {
tl_bot_info_gen.go#L274: buf.PutVectorHeader(len(b.Commands))
tl_bot_info_gen.go#L275: for idx, v := range b.Commands {
tl_bot_info_gen.go#L348: b.Commands = make([]BotCommand, 0, headerLen%bin.PreallocateLimit)
tl_bot_info_gen.go#L355: b.Commands = append(b.Commands, value)
tl_bot_info_gen.go#L443: b.Commands = value
tl_bot_info_gen.go#L455: return b.Commands, true
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. |