- Namespace
- OpenTl
.Schema .Auth - Interfaces
- Base Types
-
- object
graph TD
Base0["object"]-->Type
Interface0["IRequest<IAuthorization>"]-.->Type
Interface1["IRequest"]-.->Type
click Interface1 "/OpenTl.Schema/api/OpenTl.Schema/IRequest"
Interface2["IObject"]-.->Type
click Interface2 "/OpenTl.Schema/api/OpenTl.Schema/IObject"
Type["RequestSignUp"]
class Type type-node
Syntax
[Serialize(0x1b067634)]
public sealed class RequestSignUp : IRequest<IAuthorization>, IRequest, IObject
Attributes
| Type | Description |
|---|---|
| SerializeAttribute |
Properties
| Name | Value | Summary |
|---|---|---|
| FirstName | string | |
| FirstNameAsBinary | byte[] |
Binary representation for the 'FirstName' property
|
| LastName | string | |
| LastNameAsBinary | byte[] |
Binary representation for the 'LastName' property
|
| PhoneCode | string | |
| PhoneCodeAsBinary | byte[] |
Binary representation for the 'PhoneCode' property
|
| PhoneCodeHash | string | |
| Phone |
byte[] |
Binary representation for the 'PhoneCodeHash' property
|
| PhoneNumber | string | |
| PhoneNumberAsBinary | byte[] |
Binary representation for the 'PhoneNumber' property
|