const github.com/gotd/td/tg.AuthAuthorizationTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_auth_authorization_gen.go#L71: const AuthAuthorizationTypeID = 0x2ea2c0d4
tl_auth_authorization_gen.go#L149: return AuthAuthorizationTypeID
tl_auth_authorization_gen.go#L161: ID: AuthAuthorizationTypeID,
tl_auth_authorization_gen.go#L217: b.PutID(AuthAuthorizationTypeID)
tl_auth_authorization_gen.go#L253: if err := b.ConsumeID(AuthAuthorizationTypeID); err != nil {
tl_auth_authorization_gen.go#L608: case AuthAuthorizationTypeID:
tl_registry_gen.go#L204: AuthAuthorizationTypeID: "auth.authorization#2ea2c0d4",
tl_registry_gen.go#L1986: "auth.authorization": AuthAuthorizationTypeID,
tl_registry_gen.go#L3768: AuthAuthorizationTypeID: func() bin.Object { return &AuthAuthorization{} },
tl_registry_gen.go#L5427: AuthAuthorizationTypeID,
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. |