type github.com/gotd/td/tg.BotMenuButtonArray
12 uses
github.com/gotd/td/tg (current package)
tl_bot_menu_button_slices_gen.go#L120: func (s BotMenuButtonClassArray) AsBotMenuButton() (to BotMenuButtonArray) {
tl_bot_menu_button_slices_gen.go#L133: type BotMenuButtonArray []BotMenuButton
tl_bot_menu_button_slices_gen.go#L136: func (s BotMenuButtonArray) Sort(less func(a, b BotMenuButton) bool) BotMenuButtonArray {
tl_bot_menu_button_slices_gen.go#L144: func (s BotMenuButtonArray) SortStable(less func(a, b BotMenuButton) bool) BotMenuButtonArray {
tl_bot_menu_button_slices_gen.go#L152: func (s BotMenuButtonArray) Retain(keep func(x BotMenuButton) bool) BotMenuButtonArray {
tl_bot_menu_button_slices_gen.go#L166: func (s BotMenuButtonArray) First() (v BotMenuButton, ok bool) {
tl_bot_menu_button_slices_gen.go#L174: func (s BotMenuButtonArray) Last() (v BotMenuButton, ok bool) {
tl_bot_menu_button_slices_gen.go#L182: func (s *BotMenuButtonArray) PopFirst() (v BotMenuButton, ok bool) {
tl_bot_menu_button_slices_gen.go#L201: func (s *BotMenuButtonArray) Pop() (v BotMenuButton, 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. |