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) {
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |