type github.com/gotd/td/tg.UpdateMessagePoll
37 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L730: type MessagePollHandler func(ctx context.Context, e Entities, update *UpdateMessagePoll) error
tl_handlers_gen.go#L735: return handler(ctx, e, update.(*UpdateMessagePoll))
tl_registry_gen.go#L3890: UpdateMessagePollTypeID: func() bin.Object { return &UpdateMessagePoll{} },
tl_update_gen.go#L12724: type UpdateMessagePoll struct {
tl_update_gen.go#L12744: func (u UpdateMessagePoll) construct() UpdateClass { return &u }
tl_update_gen.go#L12748: _ bin.Encoder = &UpdateMessagePoll{}
tl_update_gen.go#L12749: _ bin.Decoder = &UpdateMessagePoll{}
tl_update_gen.go#L12750: _ bin.BareEncoder = &UpdateMessagePoll{}
tl_update_gen.go#L12751: _ bin.BareDecoder = &UpdateMessagePoll{}
tl_update_gen.go#L12753: _ UpdateClass = &UpdateMessagePoll{}
tl_update_gen.go#L12756: func (u *UpdateMessagePoll) Zero() bool {
tl_update_gen.go#L12777: func (u *UpdateMessagePoll) String() string {
tl_update_gen.go#L12781: type Alias UpdateMessagePoll
tl_update_gen.go#L12786: func (u *UpdateMessagePoll) FillFrom(from interface {
tl_update_gen.go#L12802: func (*UpdateMessagePoll) TypeID() uint32 {
tl_update_gen.go#L12807: func (*UpdateMessagePoll) TypeName() string {
tl_update_gen.go#L12812: func (u *UpdateMessagePoll) TypeInfo() tdp.Type {
tl_update_gen.go#L12840: func (u *UpdateMessagePoll) SetFlags() {
tl_update_gen.go#L12847: func (u *UpdateMessagePoll) Encode(b *bin.Buffer) error {
tl_update_gen.go#L12856: func (u *UpdateMessagePoll) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L12877: func (u *UpdateMessagePoll) Decode(b *bin.Buffer) error {
tl_update_gen.go#L12888: func (u *UpdateMessagePoll) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L12918: func (u *UpdateMessagePoll) GetPollID() (value int64) {
tl_update_gen.go#L12926: func (u *UpdateMessagePoll) SetPoll(value Poll) {
tl_update_gen.go#L12933: func (u *UpdateMessagePoll) GetPoll() (value Poll, ok bool) {
tl_update_gen.go#L12944: func (u *UpdateMessagePoll) GetResults() (value PollResults) {
tl_update_gen.go#L25385: v := UpdateMessagePoll{}
tl_update_slices_gen.go#L837: value, ok := elem.(*UpdateMessagePoll)
tl_update_slices_gen.go#L6119: type UpdateMessagePollArray []UpdateMessagePoll
tl_update_slices_gen.go#L6122: func (s UpdateMessagePollArray) Sort(less func(a, b UpdateMessagePoll) bool) UpdateMessagePollArray {
tl_update_slices_gen.go#L6130: func (s UpdateMessagePollArray) SortStable(less func(a, b UpdateMessagePoll) bool) UpdateMessagePollArray {
tl_update_slices_gen.go#L6138: func (s UpdateMessagePollArray) Retain(keep func(x UpdateMessagePoll) bool) UpdateMessagePollArray {
tl_update_slices_gen.go#L6152: func (s UpdateMessagePollArray) First() (v UpdateMessagePoll, ok bool) {
tl_update_slices_gen.go#L6160: func (s UpdateMessagePollArray) Last() (v UpdateMessagePoll, ok bool) {
tl_update_slices_gen.go#L6168: func (s *UpdateMessagePollArray) PopFirst() (v UpdateMessagePoll, ok bool) {
tl_update_slices_gen.go#L6178: var zero UpdateMessagePoll
tl_update_slices_gen.go#L6187: func (s *UpdateMessagePollArray) Pop() (v UpdateMessagePoll, 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. |