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) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |