type github.com/gotd/td/tg.UpdateMessagePoll
43 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L734: type MessagePollHandler func(ctx context.Context, e Entities, update *UpdateMessagePoll) error
tl_handlers_gen.go#L739: return handler(ctx, e, update.(*UpdateMessagePoll))
tl_registry_gen.go#L5301: UpdateMessagePollTypeID: func() bin.Object { return &UpdateMessagePoll{} },
tl_update_gen.go#L13069: type UpdateMessagePoll struct {
tl_update_gen.go#L13101: func (u UpdateMessagePoll) construct() UpdateClass { return &u }
tl_update_gen.go#L13105: _ bin.Encoder = &UpdateMessagePoll{}
tl_update_gen.go#L13106: _ bin.Decoder = &UpdateMessagePoll{}
tl_update_gen.go#L13107: _ bin.BareEncoder = &UpdateMessagePoll{}
tl_update_gen.go#L13108: _ bin.BareDecoder = &UpdateMessagePoll{}
tl_update_gen.go#L13110: _ UpdateClass = &UpdateMessagePoll{}
tl_update_gen.go#L13113: func (u *UpdateMessagePoll) Zero() bool {
tl_update_gen.go#L13143: func (u *UpdateMessagePoll) String() string {
tl_update_gen.go#L13147: type Alias UpdateMessagePoll
tl_update_gen.go#L13152: func (u *UpdateMessagePoll) FillFrom(from interface {
tl_update_gen.go#L13183: func (*UpdateMessagePoll) TypeID() uint32 {
tl_update_gen.go#L13188: func (*UpdateMessagePoll) TypeName() string {
tl_update_gen.go#L13193: func (u *UpdateMessagePoll) TypeInfo() tdp.Type {
tl_update_gen.go#L13236: func (u *UpdateMessagePoll) SetFlags() {
tl_update_gen.go#L13252: func (u *UpdateMessagePoll) Encode(b *bin.Buffer) error {
tl_update_gen.go#L13261: func (u *UpdateMessagePoll) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L13296: func (u *UpdateMessagePoll) Decode(b *bin.Buffer) error {
tl_update_gen.go#L13307: func (u *UpdateMessagePoll) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L13358: func (u *UpdateMessagePoll) SetPeer(value PeerClass) {
tl_update_gen.go#L13365: func (u *UpdateMessagePoll) GetPeer() (value PeerClass, ok bool) {
tl_update_gen.go#L13376: func (u *UpdateMessagePoll) SetMsgID(value int) {
tl_update_gen.go#L13383: func (u *UpdateMessagePoll) GetMsgID() (value int, ok bool) {
tl_update_gen.go#L13394: func (u *UpdateMessagePoll) SetTopMsgID(value int) {
tl_update_gen.go#L13401: func (u *UpdateMessagePoll) GetTopMsgID() (value int, ok bool) {
tl_update_gen.go#L13412: func (u *UpdateMessagePoll) GetPollID() (value int64) {
tl_update_gen.go#L13420: func (u *UpdateMessagePoll) SetPoll(value Poll) {
tl_update_gen.go#L13427: func (u *UpdateMessagePoll) GetPoll() (value Poll, ok bool) {
tl_update_gen.go#L13438: func (u *UpdateMessagePoll) GetResults() (value PollResults) {
tl_update_gen.go#L34634: v := UpdateMessagePoll{}
tl_update_slices_gen.go#L837: value, ok := elem.(*UpdateMessagePoll)
tl_update_slices_gen.go#L6626: type UpdateMessagePollArray []UpdateMessagePoll
tl_update_slices_gen.go#L6629: func (s UpdateMessagePollArray) Sort(less func(a, b UpdateMessagePoll) bool) UpdateMessagePollArray {
tl_update_slices_gen.go#L6637: func (s UpdateMessagePollArray) SortStable(less func(a, b UpdateMessagePoll) bool) UpdateMessagePollArray {
tl_update_slices_gen.go#L6645: func (s UpdateMessagePollArray) Retain(keep func(x UpdateMessagePoll) bool) UpdateMessagePollArray {
tl_update_slices_gen.go#L6659: func (s UpdateMessagePollArray) First() (v UpdateMessagePoll, ok bool) {
tl_update_slices_gen.go#L6667: func (s UpdateMessagePollArray) Last() (v UpdateMessagePoll, ok bool) {
tl_update_slices_gen.go#L6675: func (s *UpdateMessagePollArray) PopFirst() (v UpdateMessagePoll, ok bool) {
tl_update_slices_gen.go#L6685: var zero UpdateMessagePoll
tl_update_slices_gen.go#L6694: func (s *UpdateMessagePollArray) Pop() (v UpdateMessagePoll, ok bool) {
 |
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. |