type github.com/gotd/td/tg.UpdatesTooLong
20 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L3955: UpdatesTooLongTypeID: func() bin.Object { return &UpdatesTooLong{} },
tl_updates_gen.go#L41: type UpdatesTooLong struct {
tl_updates_gen.go#L48: func (u UpdatesTooLong) construct() UpdatesClass { return &u }
tl_updates_gen.go#L52: _ bin.Encoder = &UpdatesTooLong{}
tl_updates_gen.go#L53: _ bin.Decoder = &UpdatesTooLong{}
tl_updates_gen.go#L54: _ bin.BareEncoder = &UpdatesTooLong{}
tl_updates_gen.go#L55: _ bin.BareDecoder = &UpdatesTooLong{}
tl_updates_gen.go#L57: _ UpdatesClass = &UpdatesTooLong{}
tl_updates_gen.go#L60: func (u *UpdatesTooLong) Zero() bool {
tl_updates_gen.go#L69: func (u *UpdatesTooLong) String() string {
tl_updates_gen.go#L73: type Alias UpdatesTooLong
tl_updates_gen.go#L80: func (*UpdatesTooLong) TypeID() uint32 {
tl_updates_gen.go#L85: func (*UpdatesTooLong) TypeName() string {
tl_updates_gen.go#L90: func (u *UpdatesTooLong) TypeInfo() tdp.Type {
tl_updates_gen.go#L104: func (u *UpdatesTooLong) Encode(b *bin.Buffer) error {
tl_updates_gen.go#L113: func (u *UpdatesTooLong) EncodeBare(b *bin.Buffer) error {
tl_updates_gen.go#L121: func (u *UpdatesTooLong) Decode(b *bin.Buffer) error {
tl_updates_gen.go#L132: func (u *UpdatesTooLong) DecodeBare(b *bin.Buffer) error {
tl_updates_gen.go#L2929: v := UpdatesTooLong{}
github.com/gotd/td/telegram
handle_updates.go#L40: case *tg.UpdatesTooLong:
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. |