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

59 uses

	github.com/gotd/td/tg (current package)
		tl_input_media_gen.go#L4088: 	Poll Poll
		tl_input_media_gen.go#L4170: 	GetPoll() (value Poll)
		tl_input_media_gen.go#L4420: func (i *InputMediaPoll) GetPoll() (value Poll) {
		tl_message_media_gen.go#L3083: 	Poll Poll
		tl_message_media_gen.go#L3139: 	GetPoll() (value Poll)
		tl_message_media_gen.go#L3275: func (m *MessageMediaPoll) GetPoll() (value Poll) {
		tl_poll_gen.go#L38: type Poll struct {
		tl_poll_gen.go#L103: 	_ bin.Encoder     = &Poll{}
		tl_poll_gen.go#L104: 	_ bin.Decoder     = &Poll{}
		tl_poll_gen.go#L105: 	_ bin.BareEncoder = &Poll{}
		tl_poll_gen.go#L106: 	_ bin.BareDecoder = &Poll{}
		tl_poll_gen.go#L109: func (p *Poll) Zero() bool {
		tl_poll_gen.go#L172: func (p *Poll) String() string {
		tl_poll_gen.go#L176: 	type Alias Poll
		tl_poll_gen.go#L181: func (p *Poll) FillFrom(from interface {
		tl_poll_gen.go#L231: func (*Poll) TypeID() uint32 {
		tl_poll_gen.go#L236: func (*Poll) TypeName() string {
		tl_poll_gen.go#L241: func (p *Poll) TypeInfo() tdp.Type {
		tl_poll_gen.go#L337: func (p *Poll) SetFlags() {
		tl_poll_gen.go#L380: func (p *Poll) Encode(b *bin.Buffer) error {
		tl_poll_gen.go#L389: func (p *Poll) EncodeBare(b *bin.Buffer) error {
		tl_poll_gen.go#L427: func (p *Poll) Decode(b *bin.Buffer) error {
		tl_poll_gen.go#L438: func (p *Poll) DecodeBare(b *bin.Buffer) error {
		tl_poll_gen.go#L528: func (p *Poll) GetID() (value int64) {
		tl_poll_gen.go#L536: func (p *Poll) SetClosed(value bool) {
		tl_poll_gen.go#L547: func (p *Poll) GetClosed() (value bool) {
		tl_poll_gen.go#L555: func (p *Poll) SetPublicVoters(value bool) {
		tl_poll_gen.go#L566: func (p *Poll) GetPublicVoters() (value bool) {
		tl_poll_gen.go#L574: func (p *Poll) SetMultipleChoice(value bool) {
		tl_poll_gen.go#L585: func (p *Poll) GetMultipleChoice() (value bool) {
		tl_poll_gen.go#L593: func (p *Poll) SetQuiz(value bool) {
		tl_poll_gen.go#L604: func (p *Poll) GetQuiz() (value bool) {
		tl_poll_gen.go#L612: func (p *Poll) SetOpenAnswers(value bool) {
		tl_poll_gen.go#L623: func (p *Poll) GetOpenAnswers() (value bool) {
		tl_poll_gen.go#L631: func (p *Poll) SetRevotingDisabled(value bool) {
		tl_poll_gen.go#L642: func (p *Poll) GetRevotingDisabled() (value bool) {
		tl_poll_gen.go#L650: func (p *Poll) SetShuffleAnswers(value bool) {
		tl_poll_gen.go#L661: func (p *Poll) GetShuffleAnswers() (value bool) {
		tl_poll_gen.go#L669: func (p *Poll) SetHideResultsUntilClose(value bool) {
		tl_poll_gen.go#L680: func (p *Poll) GetHideResultsUntilClose() (value bool) {
		tl_poll_gen.go#L688: func (p *Poll) SetCreator(value bool) {
		tl_poll_gen.go#L699: func (p *Poll) GetCreator() (value bool) {
		tl_poll_gen.go#L707: func (p *Poll) SetSubscribersOnly(value bool) {
		tl_poll_gen.go#L718: func (p *Poll) GetSubscribersOnly() (value bool) {
		tl_poll_gen.go#L726: func (p *Poll) GetQuestion() (value TextWithEntities) {
		tl_poll_gen.go#L734: func (p *Poll) GetAnswers() (value []PollAnswerClass) {
		tl_poll_gen.go#L742: func (p *Poll) SetClosePeriod(value int) {
		tl_poll_gen.go#L749: func (p *Poll) GetClosePeriod() (value int, ok bool) {
		tl_poll_gen.go#L760: func (p *Poll) SetCloseDate(value int) {
		tl_poll_gen.go#L767: func (p *Poll) GetCloseDate() (value int, ok bool) {
		tl_poll_gen.go#L778: func (p *Poll) SetCountriesISO2(value []string) {
		tl_poll_gen.go#L785: func (p *Poll) GetCountriesISO2() (value []string, ok bool) {
		tl_poll_gen.go#L796: func (p *Poll) GetHash() (value int64) {
		tl_poll_gen.go#L804: func (p *Poll) MapAnswers() (value PollAnswerClassArray) {
		tl_registry_gen.go#L6020: 		PollTypeID:                                                              func() bin.Object { return &Poll{} },
		tl_update_gen.go#L13092: 	Poll Poll
		tl_update_gen.go#L13157: 	GetPoll() (value Poll, ok bool)
		tl_update_gen.go#L13420: func (u *UpdateMessagePoll) SetPoll(value Poll) {
		tl_update_gen.go#L13427: func (u *UpdateMessagePoll) GetPoll() (value Poll, ok bool) {