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

12 uses

	github.com/gotd/td/tg (current package)
		tl_keyboard_button_slices_gen.go#L120: func (s KeyboardButtonClassArray) AsKeyboardButton() (to KeyboardButtonArray) {
		tl_keyboard_button_slices_gen.go#L328: type KeyboardButtonArray []KeyboardButton
		tl_keyboard_button_slices_gen.go#L331: func (s KeyboardButtonArray) Sort(less func(a, b KeyboardButton) bool) KeyboardButtonArray {
		tl_keyboard_button_slices_gen.go#L339: func (s KeyboardButtonArray) SortStable(less func(a, b KeyboardButton) bool) KeyboardButtonArray {
		tl_keyboard_button_slices_gen.go#L347: func (s KeyboardButtonArray) Retain(keep func(x KeyboardButton) bool) KeyboardButtonArray {
		tl_keyboard_button_slices_gen.go#L361: func (s KeyboardButtonArray) First() (v KeyboardButton, ok bool) {
		tl_keyboard_button_slices_gen.go#L369: func (s KeyboardButtonArray) Last() (v KeyboardButton, ok bool) {
		tl_keyboard_button_slices_gen.go#L377: func (s *KeyboardButtonArray) PopFirst() (v KeyboardButton, ok bool) {
		tl_keyboard_button_slices_gen.go#L396: func (s *KeyboardButtonArray) Pop() (v KeyboardButton, ok bool) {