const github.com/gotd/td/tg.AuthExportLoginTokenRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_auth_export_login_token_gen.go#L62: const AuthExportLoginTokenRequestTypeID = 0xb7e085fe
tl_auth_export_login_token_gen.go#L113: return AuthExportLoginTokenRequestTypeID
tl_auth_export_login_token_gen.go#L125: ID: AuthExportLoginTokenRequestTypeID,
tl_auth_export_login_token_gen.go#L153: b.PutID(AuthExportLoginTokenRequestTypeID)
tl_auth_export_login_token_gen.go#L176: if err := b.ConsumeID(AuthExportLoginTokenRequestTypeID); err != nil {
tl_registry_gen.go#L1262: AuthExportLoginTokenRequestTypeID: "auth.exportLoginToken#b7e085fe",
tl_registry_gen.go#L3044: "auth.exportLoginToken": AuthExportLoginTokenRequestTypeID,
tl_registry_gen.go#L4826: AuthExportLoginTokenRequestTypeID: func() bin.Object { return &AuthExportLoginTokenRequest{} },
tl_server_gen.go#L345: s.handlers[AuthExportLoginTokenRequestTypeID] = handler
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. |