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