type github.com/gotd/td/tg.UpdateBotCommandsArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1199: func (s UpdateClassArray) AsUpdateBotCommands() (to UpdateBotCommandsArray) {
tl_update_slices_gen.go#L8513: type UpdateBotCommandsArray []UpdateBotCommands
tl_update_slices_gen.go#L8516: func (s UpdateBotCommandsArray) Sort(less func(a, b UpdateBotCommands) bool) UpdateBotCommandsArray {
tl_update_slices_gen.go#L8524: func (s UpdateBotCommandsArray) SortStable(less func(a, b UpdateBotCommands) bool) UpdateBotCommandsArray {
tl_update_slices_gen.go#L8532: func (s UpdateBotCommandsArray) Retain(keep func(x UpdateBotCommands) bool) UpdateBotCommandsArray {
tl_update_slices_gen.go#L8546: func (s UpdateBotCommandsArray) First() (v UpdateBotCommands, ok bool) {
tl_update_slices_gen.go#L8554: func (s UpdateBotCommandsArray) Last() (v UpdateBotCommands, ok bool) {
tl_update_slices_gen.go#L8562: func (s *UpdateBotCommandsArray) PopFirst() (v UpdateBotCommands, ok bool) {
tl_update_slices_gen.go#L8581: func (s *UpdateBotCommandsArray) Pop() (v UpdateBotCommands, ok bool) {
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. |