type github.com/gotd/td/tg.KeyboardButtonRequestPoll

34 uses

	github.com/gotd/td/tg (current package)
		tl_keyboard_button_gen.go#L2005: type KeyboardButtonRequestPoll struct {
		tl_keyboard_button_gen.go#L2023: func (k KeyboardButtonRequestPoll) construct() KeyboardButtonClass { return &k }
		tl_keyboard_button_gen.go#L2027: 	_ bin.Encoder     = &KeyboardButtonRequestPoll{}
		tl_keyboard_button_gen.go#L2028: 	_ bin.Decoder     = &KeyboardButtonRequestPoll{}
		tl_keyboard_button_gen.go#L2029: 	_ bin.BareEncoder = &KeyboardButtonRequestPoll{}
		tl_keyboard_button_gen.go#L2030: 	_ bin.BareDecoder = &KeyboardButtonRequestPoll{}
		tl_keyboard_button_gen.go#L2032: 	_ KeyboardButtonClass = &KeyboardButtonRequestPoll{}
		tl_keyboard_button_gen.go#L2035: func (k *KeyboardButtonRequestPoll) Zero() bool {
		tl_keyboard_button_gen.go#L2053: func (k *KeyboardButtonRequestPoll) String() string {
		tl_keyboard_button_gen.go#L2057: 	type Alias KeyboardButtonRequestPoll
		tl_keyboard_button_gen.go#L2062: func (k *KeyboardButtonRequestPoll) FillFrom(from interface {
		tl_keyboard_button_gen.go#L2076: func (*KeyboardButtonRequestPoll) TypeID() uint32 {
		tl_keyboard_button_gen.go#L2081: func (*KeyboardButtonRequestPoll) TypeName() string {
		tl_keyboard_button_gen.go#L2086: func (k *KeyboardButtonRequestPoll) TypeInfo() tdp.Type {
		tl_keyboard_button_gen.go#L2110: func (k *KeyboardButtonRequestPoll) SetFlags() {
		tl_keyboard_button_gen.go#L2117: func (k *KeyboardButtonRequestPoll) Encode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L2126: func (k *KeyboardButtonRequestPoll) EncodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L2142: func (k *KeyboardButtonRequestPoll) Decode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L2153: func (k *KeyboardButtonRequestPoll) DecodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L2180: func (k *KeyboardButtonRequestPoll) SetQuiz(value bool) {
		tl_keyboard_button_gen.go#L2187: func (k *KeyboardButtonRequestPoll) GetQuiz() (value bool, ok bool) {
		tl_keyboard_button_gen.go#L2198: func (k *KeyboardButtonRequestPoll) GetText() (value string) {
		tl_keyboard_button_gen.go#L3244: 		v := KeyboardButtonRequestPoll{}
		tl_keyboard_button_slices_gen.go#L252: 		value, ok := elem.(*KeyboardButtonRequestPoll)
		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#L1207: 	var zero KeyboardButtonRequestPoll
		tl_keyboard_button_slices_gen.go#L1216: func (s *KeyboardButtonRequestPollArray) Pop() (v KeyboardButtonRequestPoll, ok bool) {
		tl_registry_gen.go#L4116: 		KeyboardButtonRequestPollTypeID:                          func() bin.Object { return &KeyboardButtonRequestPoll{} },