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

38 uses

	github.com/gotd/td/tg (current package)
		tl_message_media_gen.go#L2766: 	Results PollResults
		tl_message_media_gen.go#L2811: 	GetResults() (value PollResults)
		tl_message_media_gen.go#L2913: func (m *MessageMediaPoll) GetResults() (value PollResults) {
		tl_poll_results_gen.go#L38: type PollResults struct {
		tl_poll_results_gen.go#L82: 	_ bin.Encoder     = &PollResults{}
		tl_poll_results_gen.go#L83: 	_ bin.Decoder     = &PollResults{}
		tl_poll_results_gen.go#L84: 	_ bin.BareEncoder = &PollResults{}
		tl_poll_results_gen.go#L85: 	_ bin.BareDecoder = &PollResults{}
		tl_poll_results_gen.go#L88: func (p *PollResults) Zero() bool {
		tl_poll_results_gen.go#L118: func (p *PollResults) String() string {
		tl_poll_results_gen.go#L122: 	type Alias PollResults
		tl_poll_results_gen.go#L127: func (p *PollResults) FillFrom(from interface {
		tl_poll_results_gen.go#L161: func (*PollResults) TypeID() uint32 {
		tl_poll_results_gen.go#L166: func (*PollResults) TypeName() string {
		tl_poll_results_gen.go#L171: func (p *PollResults) TypeInfo() tdp.Type {
		tl_poll_results_gen.go#L216: func (p *PollResults) SetFlags() {
		tl_poll_results_gen.go#L238: func (p *PollResults) Encode(b *bin.Buffer) error {
		tl_poll_results_gen.go#L247: func (p *PollResults) EncodeBare(b *bin.Buffer) error {
		tl_poll_results_gen.go#L295: func (p *PollResults) Decode(b *bin.Buffer) error {
		tl_poll_results_gen.go#L306: func (p *PollResults) DecodeBare(b *bin.Buffer) error {
		tl_poll_results_gen.go#L385: func (p *PollResults) SetMin(value bool) {
		tl_poll_results_gen.go#L396: func (p *PollResults) GetMin() (value bool) {
		tl_poll_results_gen.go#L404: func (p *PollResults) SetResults(value []PollAnswerVoters) {
		tl_poll_results_gen.go#L411: func (p *PollResults) GetResults() (value []PollAnswerVoters, ok bool) {
		tl_poll_results_gen.go#L422: func (p *PollResults) SetTotalVoters(value int) {
		tl_poll_results_gen.go#L429: func (p *PollResults) GetTotalVoters() (value int, ok bool) {
		tl_poll_results_gen.go#L440: func (p *PollResults) SetRecentVoters(value []PeerClass) {
		tl_poll_results_gen.go#L447: func (p *PollResults) GetRecentVoters() (value []PeerClass, ok bool) {
		tl_poll_results_gen.go#L458: func (p *PollResults) SetSolution(value string) {
		tl_poll_results_gen.go#L465: func (p *PollResults) GetSolution() (value string, ok bool) {
		tl_poll_results_gen.go#L476: func (p *PollResults) SetSolutionEntities(value []MessageEntityClass) {
		tl_poll_results_gen.go#L483: func (p *PollResults) GetSolutionEntities() (value []MessageEntityClass, ok bool) {
		tl_poll_results_gen.go#L494: func (p *PollResults) MapRecentVoters() (value PeerClassArray, ok bool) {
		tl_poll_results_gen.go#L502: func (p *PollResults) MapSolutionEntities() (value MessageEntityClassArray, ok bool) {
		tl_registry_gen.go#L4502: 		PollResultsTypeID:                                                       func() bin.Object { return &PollResults{} },
		tl_update_gen.go#L12737: 	Results PollResults
		tl_update_gen.go#L12789: 	GetResults() (value PollResults)
		tl_update_gen.go#L12944: func (u *UpdateMessagePoll) GetResults() (value PollResults) {