type github.com/gotd/td/tg.UpdateMessagePollVote
37 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L830: type MessagePollVoteHandler func(ctx context.Context, e Entities, update *UpdateMessagePollVote) error
tl_handlers_gen.go#L835: return handler(ctx, e, update.(*UpdateMessagePollVote))
tl_registry_gen.go#L3900: UpdateMessagePollVoteTypeID: func() bin.Object { return &UpdateMessagePollVote{} },
tl_update_gen.go#L14420: type UpdateMessagePollVote struct {
tl_update_gen.go#L14438: func (u UpdateMessagePollVote) construct() UpdateClass { return &u }
tl_update_gen.go#L14442: _ bin.Encoder = &UpdateMessagePollVote{}
tl_update_gen.go#L14443: _ bin.Decoder = &UpdateMessagePollVote{}
tl_update_gen.go#L14444: _ bin.BareEncoder = &UpdateMessagePollVote{}
tl_update_gen.go#L14445: _ bin.BareDecoder = &UpdateMessagePollVote{}
tl_update_gen.go#L14447: _ UpdateClass = &UpdateMessagePollVote{}
tl_update_gen.go#L14450: func (u *UpdateMessagePollVote) Zero() bool {
tl_update_gen.go#L14471: func (u *UpdateMessagePollVote) String() string {
tl_update_gen.go#L14475: type Alias UpdateMessagePollVote
tl_update_gen.go#L14480: func (u *UpdateMessagePollVote) FillFrom(from interface {
tl_update_gen.go#L14495: func (*UpdateMessagePollVote) TypeID() uint32 {
tl_update_gen.go#L14500: func (*UpdateMessagePollVote) TypeName() string {
tl_update_gen.go#L14505: func (u *UpdateMessagePollVote) TypeInfo() tdp.Type {
tl_update_gen.go#L14536: func (u *UpdateMessagePollVote) Encode(b *bin.Buffer) error {
tl_update_gen.go#L14545: func (u *UpdateMessagePollVote) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L14565: func (u *UpdateMessagePollVote) Decode(b *bin.Buffer) error {
tl_update_gen.go#L14576: func (u *UpdateMessagePollVote) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L14622: func (u *UpdateMessagePollVote) GetPollID() (value int64) {
tl_update_gen.go#L14630: func (u *UpdateMessagePollVote) GetPeer() (value PeerClass) {
tl_update_gen.go#L14638: func (u *UpdateMessagePollVote) GetOptions() (value [][]byte) {
tl_update_gen.go#L14646: func (u *UpdateMessagePollVote) GetQts() (value int) {
tl_update_gen.go#L25455: v := UpdateMessagePollVote{}
tl_update_slices_gen.go#L954: value, ok := elem.(*UpdateMessagePollVote)
tl_update_slices_gen.go#L6857: type UpdateMessagePollVoteArray []UpdateMessagePollVote
tl_update_slices_gen.go#L6860: func (s UpdateMessagePollVoteArray) Sort(less func(a, b UpdateMessagePollVote) bool) UpdateMessagePollVoteArray {
tl_update_slices_gen.go#L6868: func (s UpdateMessagePollVoteArray) SortStable(less func(a, b UpdateMessagePollVote) bool) UpdateMessagePollVoteArray {
tl_update_slices_gen.go#L6876: func (s UpdateMessagePollVoteArray) Retain(keep func(x UpdateMessagePollVote) bool) UpdateMessagePollVoteArray {
tl_update_slices_gen.go#L6890: func (s UpdateMessagePollVoteArray) First() (v UpdateMessagePollVote, ok bool) {
tl_update_slices_gen.go#L6898: func (s UpdateMessagePollVoteArray) Last() (v UpdateMessagePollVote, ok bool) {
tl_update_slices_gen.go#L6906: func (s *UpdateMessagePollVoteArray) PopFirst() (v UpdateMessagePollVote, ok bool) {
tl_update_slices_gen.go#L6916: var zero UpdateMessagePollVote
tl_update_slices_gen.go#L6925: func (s *UpdateMessagePollVoteArray) Pop() (v UpdateMessagePollVote, ok bool) {
tl_updates_classifier_gen.go#L63: case *UpdateMessagePollVote:
|
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. |