const github.com/gotd/td/tg.AuthImportAuthorizationRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_auth_import_authorization_gen.go#L46: const AuthImportAuthorizationRequestTypeID = 0xa57a7dad
tl_auth_import_authorization_gen.go#L92: return AuthImportAuthorizationRequestTypeID
tl_auth_import_authorization_gen.go#L104: ID: AuthImportAuthorizationRequestTypeID,
tl_auth_import_authorization_gen.go#L128: b.PutID(AuthImportAuthorizationRequestTypeID)
tl_auth_import_authorization_gen.go#L147: if err := b.ConsumeID(AuthImportAuthorizationRequestTypeID); err != nil {
tl_registry_gen.go#L1253: AuthImportAuthorizationRequestTypeID: "auth.importAuthorization#a57a7dad",
tl_registry_gen.go#L3035: "auth.importAuthorization": AuthImportAuthorizationRequestTypeID,
tl_registry_gen.go#L4817: AuthImportAuthorizationRequestTypeID: func() bin.Object { return &AuthImportAuthorizationRequest{} },
tl_server_gen.go#L180: s.handlers[AuthImportAuthorizationRequestTypeID] = 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. |