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#L928: type KeyboardButtonBuyArray []KeyboardButtonBuy
		tl_keyboard_button_slices_gen.go#L931: func (s KeyboardButtonBuyArray) Sort(less func(a, b KeyboardButtonBuy) bool) KeyboardButtonBuyArray {
		tl_keyboard_button_slices_gen.go#L939: func (s KeyboardButtonBuyArray) SortStable(less func(a, b KeyboardButtonBuy) bool) KeyboardButtonBuyArray {
		tl_keyboard_button_slices_gen.go#L947: func (s KeyboardButtonBuyArray) Retain(keep func(x KeyboardButtonBuy) bool) KeyboardButtonBuyArray {
		tl_keyboard_button_slices_gen.go#L961: func (s KeyboardButtonBuyArray) First() (v KeyboardButtonBuy, ok bool) {
		tl_keyboard_button_slices_gen.go#L969: func (s KeyboardButtonBuyArray) Last() (v KeyboardButtonBuy, ok bool) {
		tl_keyboard_button_slices_gen.go#L977: func (s *KeyboardButtonBuyArray) PopFirst() (v KeyboardButtonBuy, ok bool) {
		tl_keyboard_button_slices_gen.go#L996: func (s *KeyboardButtonBuyArray) Pop() (v KeyboardButtonBuy, ok bool) {