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