const github.com/gotd/td/tg.AuthCheckPasswordRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_auth_check_password_gen.go#L50: const AuthCheckPasswordRequestTypeID = 0xd18b4d16
tl_auth_check_password_gen.go#L91: return AuthCheckPasswordRequestTypeID
tl_auth_check_password_gen.go#L103: ID: AuthCheckPasswordRequestTypeID,
tl_auth_check_password_gen.go#L123: b.PutID(AuthCheckPasswordRequestTypeID)
tl_auth_check_password_gen.go#L146: if err := b.ConsumeID(AuthCheckPasswordRequestTypeID); err != nil {
tl_registry_gen.go#L1256: AuthCheckPasswordRequestTypeID: "auth.checkPassword#d18b4d16",
tl_registry_gen.go#L3038: "auth.checkPassword": AuthCheckPasswordRequestTypeID,
tl_registry_gen.go#L4820: AuthCheckPasswordRequestTypeID: func() bin.Object { return &AuthCheckPasswordRequest{} },
tl_server_gen.go#L235: s.handlers[AuthCheckPasswordRequestTypeID] = 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. |