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#L354: type KeyboardButtonArray []KeyboardButton
		tl_keyboard_button_slices_gen.go#L357: func (s KeyboardButtonArray) Sort(less func(a, b KeyboardButton) bool) KeyboardButtonArray {
		tl_keyboard_button_slices_gen.go#L365: func (s KeyboardButtonArray) SortStable(less func(a, b KeyboardButton) bool) KeyboardButtonArray {
		tl_keyboard_button_slices_gen.go#L373: func (s KeyboardButtonArray) Retain(keep func(x KeyboardButton) bool) KeyboardButtonArray {
		tl_keyboard_button_slices_gen.go#L387: func (s KeyboardButtonArray) First() (v KeyboardButton, ok bool) {
		tl_keyboard_button_slices_gen.go#L395: func (s KeyboardButtonArray) Last() (v KeyboardButton, ok bool) {
		tl_keyboard_button_slices_gen.go#L403: func (s *KeyboardButtonArray) PopFirst() (v KeyboardButton, ok bool) {
		tl_keyboard_button_slices_gen.go#L422: func (s *KeyboardButtonArray) Pop() (v KeyboardButton, ok bool) {