type github.com/gotd/td/tg.KeyboardButtonRequestPollArray
12 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_slices_gen.go#L250: func (s KeyboardButtonClassArray) AsKeyboardButtonRequestPoll() (to KeyboardButtonRequestPollArray) {
tl_keyboard_button_slices_gen.go#L1174: type KeyboardButtonRequestPollArray []KeyboardButtonRequestPoll
tl_keyboard_button_slices_gen.go#L1177: func (s KeyboardButtonRequestPollArray) Sort(less func(a, b KeyboardButtonRequestPoll) bool) KeyboardButtonRequestPollArray {
tl_keyboard_button_slices_gen.go#L1185: func (s KeyboardButtonRequestPollArray) SortStable(less func(a, b KeyboardButtonRequestPoll) bool) KeyboardButtonRequestPollArray {
tl_keyboard_button_slices_gen.go#L1193: func (s KeyboardButtonRequestPollArray) Retain(keep func(x KeyboardButtonRequestPoll) bool) KeyboardButtonRequestPollArray {
tl_keyboard_button_slices_gen.go#L1207: func (s KeyboardButtonRequestPollArray) First() (v KeyboardButtonRequestPoll, ok bool) {
tl_keyboard_button_slices_gen.go#L1215: func (s KeyboardButtonRequestPollArray) Last() (v KeyboardButtonRequestPoll, ok bool) {
tl_keyboard_button_slices_gen.go#L1223: func (s *KeyboardButtonRequestPollArray) PopFirst() (v KeyboardButtonRequestPoll, ok bool) {
tl_keyboard_button_slices_gen.go#L1242: func (s *KeyboardButtonRequestPollArray) Pop() (v KeyboardButtonRequestPoll, 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. |