type github.com/gotd/td/tg.PollResults
44 uses
github.com/gotd/td/tg (current package)
tl_message_media_gen.go#L3085: Results PollResults
tl_message_media_gen.go#L3140: GetResults() (value PollResults)
tl_message_media_gen.go#L3283: func (m *MessageMediaPoll) GetResults() (value PollResults) {
tl_poll_results_gen.go#L38: type PollResults struct {
tl_poll_results_gen.go#L90: _ bin.Encoder = &PollResults{}
tl_poll_results_gen.go#L91: _ bin.Decoder = &PollResults{}
tl_poll_results_gen.go#L92: _ bin.BareEncoder = &PollResults{}
tl_poll_results_gen.go#L93: _ bin.BareDecoder = &PollResults{}
tl_poll_results_gen.go#L96: func (p *PollResults) Zero() bool {
tl_poll_results_gen.go#L135: func (p *PollResults) String() string {
tl_poll_results_gen.go#L139: type Alias PollResults
tl_poll_results_gen.go#L144: func (p *PollResults) FillFrom(from interface {
tl_poll_results_gen.go#L187: func (*PollResults) TypeID() uint32 {
tl_poll_results_gen.go#L192: func (*PollResults) TypeName() string {
tl_poll_results_gen.go#L197: func (p *PollResults) TypeInfo() tdp.Type {
tl_poll_results_gen.go#L257: func (p *PollResults) SetFlags() {
tl_poll_results_gen.go#L288: func (p *PollResults) Encode(b *bin.Buffer) error {
tl_poll_results_gen.go#L297: func (p *PollResults) EncodeBare(b *bin.Buffer) error {
tl_poll_results_gen.go#L353: func (p *PollResults) Decode(b *bin.Buffer) error {
tl_poll_results_gen.go#L364: func (p *PollResults) DecodeBare(b *bin.Buffer) error {
tl_poll_results_gen.go#L452: func (p *PollResults) SetMin(value bool) {
tl_poll_results_gen.go#L463: func (p *PollResults) GetMin() (value bool) {
tl_poll_results_gen.go#L471: func (p *PollResults) SetHasUnreadVotes(value bool) {
tl_poll_results_gen.go#L482: func (p *PollResults) GetHasUnreadVotes() (value bool) {
tl_poll_results_gen.go#L490: func (p *PollResults) SetCanViewStats(value bool) {
tl_poll_results_gen.go#L501: func (p *PollResults) GetCanViewStats() (value bool) {
tl_poll_results_gen.go#L509: func (p *PollResults) SetResults(value []PollAnswerVoters) {
tl_poll_results_gen.go#L516: func (p *PollResults) GetResults() (value []PollAnswerVoters, ok bool) {
tl_poll_results_gen.go#L527: func (p *PollResults) SetTotalVoters(value int) {
tl_poll_results_gen.go#L534: func (p *PollResults) GetTotalVoters() (value int, ok bool) {
tl_poll_results_gen.go#L545: func (p *PollResults) SetRecentVoters(value []PeerClass) {
tl_poll_results_gen.go#L552: func (p *PollResults) GetRecentVoters() (value []PeerClass, ok bool) {
tl_poll_results_gen.go#L563: func (p *PollResults) SetSolution(value string) {
tl_poll_results_gen.go#L570: func (p *PollResults) GetSolution() (value string, ok bool) {
tl_poll_results_gen.go#L581: func (p *PollResults) SetSolutionEntities(value []MessageEntityClass) {
tl_poll_results_gen.go#L588: func (p *PollResults) GetSolutionEntities() (value []MessageEntityClass, ok bool) {
tl_poll_results_gen.go#L599: func (p *PollResults) SetSolutionMedia(value MessageMediaClass) {
tl_poll_results_gen.go#L606: func (p *PollResults) GetSolutionMedia() (value MessageMediaClass, ok bool) {
tl_poll_results_gen.go#L617: func (p *PollResults) MapRecentVoters() (value PeerClassArray, ok bool) {
tl_poll_results_gen.go#L625: func (p *PollResults) MapSolutionEntities() (value MessageEntityClassArray, ok bool) {
tl_registry_gen.go#L6022: PollResultsTypeID: func() bin.Object { return &PollResults{} },
tl_update_gen.go#L13094: Results PollResults
tl_update_gen.go#L13158: GetResults() (value PollResults)
tl_update_gen.go#L13438: func (u *UpdateMessagePoll) GetResults() (value PollResults) {
![]() |
The pages are generated with Golds v0.8.5. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |