const github.com/gotd/td/tg.AuthSignInRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_auth_sign_in_gen.go#L62: const AuthSignInRequestTypeID = 0x8d52a951
tl_auth_sign_in_gen.go#L127: return AuthSignInRequestTypeID
tl_auth_sign_in_gen.go#L139: ID: AuthSignInRequestTypeID,
tl_auth_sign_in_gen.go#L183: b.PutID(AuthSignInRequestTypeID)
tl_auth_sign_in_gen.go#L217: if err := b.ConsumeID(AuthSignInRequestTypeID); err != nil {
tl_registry_gen.go#L1249: AuthSignInRequestTypeID: "auth.signIn#8d52a951",
tl_registry_gen.go#L3031: "auth.signIn": AuthSignInRequestTypeID,
tl_registry_gen.go#L4813: AuthSignInRequestTypeID: func() bin.Object { return &AuthSignInRequest{} },
tl_server_gen.go#L108: s.handlers[AuthSignInRequestTypeID] = 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. |