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) {