github.com/gotd/td/tg.UpdateBotCommands.Commands (field)
9 uses
github.com/gotd/td/tg (current package)
tl_update_gen.go#L19153: Commands []BotCommand
tl_update_gen.go#L19182: if !(u.Commands == nil) {
tl_update_gen.go#L19206: u.Commands = from.GetCommands()
tl_update_gen.go#L19269: b.PutVectorHeader(len(u.Commands))
tl_update_gen.go#L19270: for idx, v := range u.Commands {
tl_update_gen.go#L19315: u.Commands = make([]BotCommand, 0, headerLen%bin.PreallocateLimit)
tl_update_gen.go#L19322: u.Commands = append(u.Commands, value)
tl_update_gen.go#L19349: return u.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. |