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#L1148: type KeyboardButtonRequestPollArray []KeyboardButtonRequestPoll
tl_keyboard_button_slices_gen.go#L1151: func (s KeyboardButtonRequestPollArray) Sort(less func(a, b KeyboardButtonRequestPoll) bool) KeyboardButtonRequestPollArray {
tl_keyboard_button_slices_gen.go#L1159: func (s KeyboardButtonRequestPollArray) SortStable(less func(a, b KeyboardButtonRequestPoll) bool) KeyboardButtonRequestPollArray {
tl_keyboard_button_slices_gen.go#L1167: func (s KeyboardButtonRequestPollArray) Retain(keep func(x KeyboardButtonRequestPoll) bool) KeyboardButtonRequestPollArray {
tl_keyboard_button_slices_gen.go#L1181: func (s KeyboardButtonRequestPollArray) First() (v KeyboardButtonRequestPoll, ok bool) {
tl_keyboard_button_slices_gen.go#L1189: func (s KeyboardButtonRequestPollArray) Last() (v KeyboardButtonRequestPoll, ok bool) {
tl_keyboard_button_slices_gen.go#L1197: func (s *KeyboardButtonRequestPollArray) PopFirst() (v KeyboardButtonRequestPoll, ok bool) {
tl_keyboard_button_slices_gen.go#L1216: func (s *KeyboardButtonRequestPollArray) Pop() (v KeyboardButtonRequestPoll, 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. |