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) {