type github.com/gotd/td/tg.UpdateMessagePollVote
38 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L834: type MessagePollVoteHandler func(ctx context.Context, e Entities, update *UpdateMessagePollVote) error
tl_handlers_gen.go#L839: return handler(ctx, e, update.(*UpdateMessagePollVote))
tl_registry_gen.go#L5311: UpdateMessagePollVoteTypeID: func() bin.Object { return &UpdateMessagePollVote{} },
tl_update_gen.go#L15007: type UpdateMessagePollVote struct {
tl_update_gen.go#L15027: func (u UpdateMessagePollVote) construct() UpdateClass { return &u }
tl_update_gen.go#L15031: _ bin.Encoder = &UpdateMessagePollVote{}
tl_update_gen.go#L15032: _ bin.Decoder = &UpdateMessagePollVote{}
tl_update_gen.go#L15033: _ bin.BareEncoder = &UpdateMessagePollVote{}
tl_update_gen.go#L15034: _ bin.BareDecoder = &UpdateMessagePollVote{}
tl_update_gen.go#L15036: _ UpdateClass = &UpdateMessagePollVote{}
tl_update_gen.go#L15039: func (u *UpdateMessagePollVote) Zero() bool {
tl_update_gen.go#L15063: func (u *UpdateMessagePollVote) String() string {
tl_update_gen.go#L15067: type Alias UpdateMessagePollVote
tl_update_gen.go#L15072: func (u *UpdateMessagePollVote) FillFrom(from interface {
tl_update_gen.go#L15089: func (*UpdateMessagePollVote) TypeID() uint32 {
tl_update_gen.go#L15094: func (*UpdateMessagePollVote) TypeName() string {
tl_update_gen.go#L15099: func (u *UpdateMessagePollVote) TypeInfo() tdp.Type {
tl_update_gen.go#L15134: func (u *UpdateMessagePollVote) Encode(b *bin.Buffer) error {
tl_update_gen.go#L15143: func (u *UpdateMessagePollVote) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L15167: func (u *UpdateMessagePollVote) Decode(b *bin.Buffer) error {
tl_update_gen.go#L15178: func (u *UpdateMessagePollVote) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L15241: func (u *UpdateMessagePollVote) GetPollID() (value int64) {
tl_update_gen.go#L15249: func (u *UpdateMessagePollVote) GetPeer() (value PeerClass) {
tl_update_gen.go#L15257: func (u *UpdateMessagePollVote) GetOptions() (value [][]byte) {
tl_update_gen.go#L15265: func (u *UpdateMessagePollVote) GetPositions() (value []int) {
tl_update_gen.go#L15273: func (u *UpdateMessagePollVote) GetQts() (value int) {
tl_update_gen.go#L34704: v := UpdateMessagePollVote{}
tl_update_slices_gen.go#L954: value, ok := elem.(*UpdateMessagePollVote)
tl_update_slices_gen.go#L7364: type UpdateMessagePollVoteArray []UpdateMessagePollVote
tl_update_slices_gen.go#L7367: func (s UpdateMessagePollVoteArray) Sort(less func(a, b UpdateMessagePollVote) bool) UpdateMessagePollVoteArray {
tl_update_slices_gen.go#L7375: func (s UpdateMessagePollVoteArray) SortStable(less func(a, b UpdateMessagePollVote) bool) UpdateMessagePollVoteArray {
tl_update_slices_gen.go#L7383: func (s UpdateMessagePollVoteArray) Retain(keep func(x UpdateMessagePollVote) bool) UpdateMessagePollVoteArray {
tl_update_slices_gen.go#L7397: func (s UpdateMessagePollVoteArray) First() (v UpdateMessagePollVote, ok bool) {
tl_update_slices_gen.go#L7405: func (s UpdateMessagePollVoteArray) Last() (v UpdateMessagePollVote, ok bool) {
tl_update_slices_gen.go#L7413: func (s *UpdateMessagePollVoteArray) PopFirst() (v UpdateMessagePollVote, ok bool) {
tl_update_slices_gen.go#L7423: var zero UpdateMessagePollVote
tl_update_slices_gen.go#L7432: func (s *UpdateMessagePollVoteArray) Pop() (v UpdateMessagePollVote, ok bool) {
tl_updates_classifier_gen.go#L63: case *UpdateMessagePollVote:
 |
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. |