type github.com/gotd/td/tg.Poll
43 uses
github.com/gotd/td/tg (current package)
tl_input_media_gen.go#L3584: Poll Poll
tl_input_media_gen.go#L3652: GetPoll() (value Poll)
tl_input_media_gen.go#L3846: func (i *InputMediaPoll) GetPoll() (value Poll) {
tl_message_media_gen.go#L2764: Poll Poll
tl_message_media_gen.go#L2810: GetPoll() (value Poll)
tl_message_media_gen.go#L2905: func (m *MessageMediaPoll) GetPoll() (value Poll) {
tl_poll_gen.go#L38: type Poll struct {
tl_poll_gen.go#L80: _ bin.Encoder = &Poll{}
tl_poll_gen.go#L81: _ bin.Decoder = &Poll{}
tl_poll_gen.go#L82: _ bin.BareEncoder = &Poll{}
tl_poll_gen.go#L83: _ bin.BareDecoder = &Poll{}
tl_poll_gen.go#L86: func (p *Poll) Zero() bool {
tl_poll_gen.go#L125: func (p *Poll) String() string {
tl_poll_gen.go#L129: type Alias Poll
tl_poll_gen.go#L134: func (p *Poll) FillFrom(from interface {
tl_poll_gen.go#L165: func (*Poll) TypeID() uint32 {
tl_poll_gen.go#L170: func (*Poll) TypeName() string {
tl_poll_gen.go#L175: func (p *Poll) TypeInfo() tdp.Type {
tl_poll_gen.go#L232: func (p *Poll) SetFlags() {
tl_poll_gen.go#L254: func (p *Poll) Encode(b *bin.Buffer) error {
tl_poll_gen.go#L263: func (p *Poll) EncodeBare(b *bin.Buffer) error {
tl_poll_gen.go#L289: func (p *Poll) Decode(b *bin.Buffer) error {
tl_poll_gen.go#L300: func (p *Poll) DecodeBare(b *bin.Buffer) error {
tl_poll_gen.go#L362: func (p *Poll) GetID() (value int64) {
tl_poll_gen.go#L370: func (p *Poll) SetClosed(value bool) {
tl_poll_gen.go#L381: func (p *Poll) GetClosed() (value bool) {
tl_poll_gen.go#L389: func (p *Poll) SetPublicVoters(value bool) {
tl_poll_gen.go#L400: func (p *Poll) GetPublicVoters() (value bool) {
tl_poll_gen.go#L408: func (p *Poll) SetMultipleChoice(value bool) {
tl_poll_gen.go#L419: func (p *Poll) GetMultipleChoice() (value bool) {
tl_poll_gen.go#L427: func (p *Poll) SetQuiz(value bool) {
tl_poll_gen.go#L438: func (p *Poll) GetQuiz() (value bool) {
tl_poll_gen.go#L446: func (p *Poll) GetQuestion() (value string) {
tl_poll_gen.go#L454: func (p *Poll) GetAnswers() (value []PollAnswer) {
tl_poll_gen.go#L462: func (p *Poll) SetClosePeriod(value int) {
tl_poll_gen.go#L469: func (p *Poll) GetClosePeriod() (value int, ok bool) {
tl_poll_gen.go#L480: func (p *Poll) SetCloseDate(value int) {
tl_poll_gen.go#L487: func (p *Poll) GetCloseDate() (value int, ok bool) {
tl_registry_gen.go#L4500: PollTypeID: func() bin.Object { return &Poll{} },
tl_update_gen.go#L12735: Poll Poll
tl_update_gen.go#L12788: GetPoll() (value Poll, ok bool)
tl_update_gen.go#L12926: func (u *UpdateMessagePoll) SetPoll(value Poll) {
tl_update_gen.go#L12933: func (u *UpdateMessagePoll) GetPoll() (value Poll, ok bool) {
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |