type github.com/gotd/td/tg.UpdateBotMenuButtonArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1264: func (s UpdateClassArray) AsUpdateBotMenuButton() (to UpdateBotMenuButtonArray) {
tl_update_slices_gen.go#L8937: type UpdateBotMenuButtonArray []UpdateBotMenuButton
tl_update_slices_gen.go#L8940: func (s UpdateBotMenuButtonArray) Sort(less func(a, b UpdateBotMenuButton) bool) UpdateBotMenuButtonArray {
tl_update_slices_gen.go#L8948: func (s UpdateBotMenuButtonArray) SortStable(less func(a, b UpdateBotMenuButton) bool) UpdateBotMenuButtonArray {
tl_update_slices_gen.go#L8956: func (s UpdateBotMenuButtonArray) Retain(keep func(x UpdateBotMenuButton) bool) UpdateBotMenuButtonArray {
tl_update_slices_gen.go#L8970: func (s UpdateBotMenuButtonArray) First() (v UpdateBotMenuButton, ok bool) {
tl_update_slices_gen.go#L8978: func (s UpdateBotMenuButtonArray) Last() (v UpdateBotMenuButton, ok bool) {
tl_update_slices_gen.go#L8986: func (s *UpdateBotMenuButtonArray) PopFirst() (v UpdateBotMenuButton, ok bool) {
tl_update_slices_gen.go#L9005: func (s *UpdateBotMenuButtonArray) Pop() (v UpdateBotMenuButton, 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. |