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#L9444: type UpdateBotMenuButtonArray []UpdateBotMenuButton
tl_update_slices_gen.go#L9447: func (s UpdateBotMenuButtonArray) Sort(less func(a, b UpdateBotMenuButton) bool) UpdateBotMenuButtonArray {
tl_update_slices_gen.go#L9455: func (s UpdateBotMenuButtonArray) SortStable(less func(a, b UpdateBotMenuButton) bool) UpdateBotMenuButtonArray {
tl_update_slices_gen.go#L9463: func (s UpdateBotMenuButtonArray) Retain(keep func(x UpdateBotMenuButton) bool) UpdateBotMenuButtonArray {
tl_update_slices_gen.go#L9477: func (s UpdateBotMenuButtonArray) First() (v UpdateBotMenuButton, ok bool) {
tl_update_slices_gen.go#L9485: func (s UpdateBotMenuButtonArray) Last() (v UpdateBotMenuButton, ok bool) {
tl_update_slices_gen.go#L9493: func (s *UpdateBotMenuButtonArray) PopFirst() (v UpdateBotMenuButton, ok bool) {
tl_update_slices_gen.go#L9512: func (s *UpdateBotMenuButtonArray) Pop() (v UpdateBotMenuButton, ok bool) {
![]() |
The pages are generated with Golds v0.8.5. (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. |