type github.com/gotd/td/tg.UpdateLoginToken
22 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L820: type LoginTokenHandler func(ctx context.Context, e Entities, update *UpdateLoginToken) error
tl_handlers_gen.go#L825: return handler(ctx, e, update.(*UpdateLoginToken))
tl_registry_gen.go#L3899: UpdateLoginTokenTypeID: func() bin.Object { return &UpdateLoginToken{} },
tl_update_gen.go#L14318: type UpdateLoginToken struct {
tl_update_gen.go#L14325: func (u UpdateLoginToken) construct() UpdateClass { return &u }
tl_update_gen.go#L14329: _ bin.Encoder = &UpdateLoginToken{}
tl_update_gen.go#L14330: _ bin.Decoder = &UpdateLoginToken{}
tl_update_gen.go#L14331: _ bin.BareEncoder = &UpdateLoginToken{}
tl_update_gen.go#L14332: _ bin.BareDecoder = &UpdateLoginToken{}
tl_update_gen.go#L14334: _ UpdateClass = &UpdateLoginToken{}
tl_update_gen.go#L14337: func (u *UpdateLoginToken) Zero() bool {
tl_update_gen.go#L14346: func (u *UpdateLoginToken) String() string {
tl_update_gen.go#L14350: type Alias UpdateLoginToken
tl_update_gen.go#L14357: func (*UpdateLoginToken) TypeID() uint32 {
tl_update_gen.go#L14362: func (*UpdateLoginToken) TypeName() string {
tl_update_gen.go#L14367: func (u *UpdateLoginToken) TypeInfo() tdp.Type {
tl_update_gen.go#L14381: func (u *UpdateLoginToken) Encode(b *bin.Buffer) error {
tl_update_gen.go#L14390: func (u *UpdateLoginToken) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L14398: func (u *UpdateLoginToken) Decode(b *bin.Buffer) error {
tl_update_gen.go#L14409: func (u *UpdateLoginToken) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L25448: v := UpdateLoginToken{}
github.com/gotd/td/telegram/auth/qrlogin
qrlogin.go#L122: d.OnLoginToken(func(ctx context.Context, e tg.Entities, update *tg.UpdateLoginToken) error {
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. |