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

12 uses

	github.com/gotd/td/tg (current package)
		tl_keyboard_button_slices_gen.go#L159: func (s KeyboardButtonClassArray) AsKeyboardButtonRequestPhone() (to KeyboardButtonRequestPhoneArray) {
		tl_keyboard_button_slices_gen.go#L600: type KeyboardButtonRequestPhoneArray []KeyboardButtonRequestPhone
		tl_keyboard_button_slices_gen.go#L603: func (s KeyboardButtonRequestPhoneArray) Sort(less func(a, b KeyboardButtonRequestPhone) bool) KeyboardButtonRequestPhoneArray {
		tl_keyboard_button_slices_gen.go#L611: func (s KeyboardButtonRequestPhoneArray) SortStable(less func(a, b KeyboardButtonRequestPhone) bool) KeyboardButtonRequestPhoneArray {
		tl_keyboard_button_slices_gen.go#L619: func (s KeyboardButtonRequestPhoneArray) Retain(keep func(x KeyboardButtonRequestPhone) bool) KeyboardButtonRequestPhoneArray {
		tl_keyboard_button_slices_gen.go#L633: func (s KeyboardButtonRequestPhoneArray) First() (v KeyboardButtonRequestPhone, ok bool) {
		tl_keyboard_button_slices_gen.go#L641: func (s KeyboardButtonRequestPhoneArray) Last() (v KeyboardButtonRequestPhone, ok bool) {
		tl_keyboard_button_slices_gen.go#L649: func (s *KeyboardButtonRequestPhoneArray) PopFirst() (v KeyboardButtonRequestPhone, ok bool) {
		tl_keyboard_button_slices_gen.go#L668: func (s *KeyboardButtonRequestPhoneArray) Pop() (v KeyboardButtonRequestPhone, ok bool) {