const github.com/gotd/td/tg.AuthExportAuthorizationRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_auth_export_authorization_gen.go#L44: const AuthExportAuthorizationRequestTypeID = 0xe5bfffcd
tl_auth_export_authorization_gen.go#L85: return AuthExportAuthorizationRequestTypeID
tl_auth_export_authorization_gen.go#L97: ID: AuthExportAuthorizationRequestTypeID,
tl_auth_export_authorization_gen.go#L117: b.PutID(AuthExportAuthorizationRequestTypeID)
tl_auth_export_authorization_gen.go#L135: if err := b.ConsumeID(AuthExportAuthorizationRequestTypeID); err != nil {
tl_registry_gen.go#L1252: AuthExportAuthorizationRequestTypeID: "auth.exportAuthorization#e5bfffcd",
tl_registry_gen.go#L3034: "auth.exportAuthorization": AuthExportAuthorizationRequestTypeID,
tl_registry_gen.go#L4816: AuthExportAuthorizationRequestTypeID: func() bin.Object { return &AuthExportAuthorizationRequest{} },
tl_server_gen.go#L163: s.handlers[AuthExportAuthorizationRequestTypeID] = 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. |