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