type github.com/gotd/td/tg.KeyboardButtonBuyArray

12 uses

	github.com/gotd/td/tg (current package)
		tl_keyboard_button_slices_gen.go#L211: func (s KeyboardButtonClassArray) AsKeyboardButtonBuy() (to KeyboardButtonBuyArray) {
		tl_keyboard_button_slices_gen.go#L902: type KeyboardButtonBuyArray []KeyboardButtonBuy
		tl_keyboard_button_slices_gen.go#L905: func (s KeyboardButtonBuyArray) Sort(less func(a, b KeyboardButtonBuy) bool) KeyboardButtonBuyArray {
		tl_keyboard_button_slices_gen.go#L913: func (s KeyboardButtonBuyArray) SortStable(less func(a, b KeyboardButtonBuy) bool) KeyboardButtonBuyArray {
		tl_keyboard_button_slices_gen.go#L921: func (s KeyboardButtonBuyArray) Retain(keep func(x KeyboardButtonBuy) bool) KeyboardButtonBuyArray {
		tl_keyboard_button_slices_gen.go#L935: func (s KeyboardButtonBuyArray) First() (v KeyboardButtonBuy, ok bool) {
		tl_keyboard_button_slices_gen.go#L943: func (s KeyboardButtonBuyArray) Last() (v KeyboardButtonBuy, ok bool) {
		tl_keyboard_button_slices_gen.go#L951: func (s *KeyboardButtonBuyArray) PopFirst() (v KeyboardButtonBuy, ok bool) {
		tl_keyboard_button_slices_gen.go#L970: func (s *KeyboardButtonBuyArray) Pop() (v KeyboardButtonBuy, ok bool) {