type github.com/gotd/td/tg.KeyboardButtonURLAuthArray
12 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_slices_gen.go#L224: func (s KeyboardButtonClassArray) AsKeyboardButtonURLAuth() (to KeyboardButtonURLAuthArray) {
tl_keyboard_button_slices_gen.go#L1010: type KeyboardButtonURLAuthArray []KeyboardButtonURLAuth
tl_keyboard_button_slices_gen.go#L1013: func (s KeyboardButtonURLAuthArray) Sort(less func(a, b KeyboardButtonURLAuth) bool) KeyboardButtonURLAuthArray {
tl_keyboard_button_slices_gen.go#L1021: func (s KeyboardButtonURLAuthArray) SortStable(less func(a, b KeyboardButtonURLAuth) bool) KeyboardButtonURLAuthArray {
tl_keyboard_button_slices_gen.go#L1029: func (s KeyboardButtonURLAuthArray) Retain(keep func(x KeyboardButtonURLAuth) bool) KeyboardButtonURLAuthArray {
tl_keyboard_button_slices_gen.go#L1043: func (s KeyboardButtonURLAuthArray) First() (v KeyboardButtonURLAuth, ok bool) {
tl_keyboard_button_slices_gen.go#L1051: func (s KeyboardButtonURLAuthArray) Last() (v KeyboardButtonURLAuth, ok bool) {
tl_keyboard_button_slices_gen.go#L1059: func (s *KeyboardButtonURLAuthArray) PopFirst() (v KeyboardButtonURLAuth, ok bool) {
tl_keyboard_button_slices_gen.go#L1078: func (s *KeyboardButtonURLAuthArray) Pop() (v KeyboardButtonURLAuth, 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. |