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#L574: type KeyboardButtonRequestPhoneArray []KeyboardButtonRequestPhone
		tl_keyboard_button_slices_gen.go#L577: func (s KeyboardButtonRequestPhoneArray) Sort(less func(a, b KeyboardButtonRequestPhone) bool) KeyboardButtonRequestPhoneArray {
		tl_keyboard_button_slices_gen.go#L585: func (s KeyboardButtonRequestPhoneArray) SortStable(less func(a, b KeyboardButtonRequestPhone) bool) KeyboardButtonRequestPhoneArray {
		tl_keyboard_button_slices_gen.go#L593: func (s KeyboardButtonRequestPhoneArray) Retain(keep func(x KeyboardButtonRequestPhone) bool) KeyboardButtonRequestPhoneArray {
		tl_keyboard_button_slices_gen.go#L607: func (s KeyboardButtonRequestPhoneArray) First() (v KeyboardButtonRequestPhone, ok bool) {
		tl_keyboard_button_slices_gen.go#L615: func (s KeyboardButtonRequestPhoneArray) Last() (v KeyboardButtonRequestPhone, ok bool) {
		tl_keyboard_button_slices_gen.go#L623: func (s *KeyboardButtonRequestPhoneArray) PopFirst() (v KeyboardButtonRequestPhone, ok bool) {
		tl_keyboard_button_slices_gen.go#L642: func (s *KeyboardButtonRequestPhoneArray) Pop() (v KeyboardButtonRequestPhone, ok bool) {