github.com/gotd/td/tg.BotInfo.Commands (field)
11 uses
github.com/gotd/td/tg (current package)
tl_bot_info_gen.go#L69: Commands []BotCommand
tl_bot_info_gen.go#L133: if !(b.Commands == nil) {
tl_bot_info_gen.go#L192: b.Commands = val
tl_bot_info_gen.go#L307: if !(b.Commands == nil) {
tl_bot_info_gen.go#L365: buf.PutVectorHeader(len(b.Commands))
tl_bot_info_gen.go#L366: for idx, v := range b.Commands {
tl_bot_info_gen.go#L453: b.Commands = make([]BotCommand, 0, headerLen%bin.PreallocateLimit)
tl_bot_info_gen.go#L460: b.Commands = append(b.Commands, value)
tl_bot_info_gen.go#L584: b.Commands = value
tl_bot_info_gen.go#L596: return b.Commands, true
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |