TSentCode Class

Namespace
OpenTl.Schema.Auth
Interfaces
Base Types
  • object
graph TD Base0["object"]-->Type Interface0["ISentCode"]-.->Type click Interface0 "/OpenTl.Schema/api/OpenTl.Schema.Auth/ISentCode" Interface1["IObject"]-.->Type click Interface1 "/OpenTl.Schema/api/OpenTl.Schema/IObject" Type["TSentCode"] class Type type-node

Syntax

[Serialize(0x38faab5f)]
public sealed class TSentCode : ISentCode, IObject

Attributes

Type Description
SerializeAttribute

Properties

Name Value Summary
Flags BitArray
NextType ICodeType
PhoneCodeHash string
PhoneCodeHashAsBinary byte[]
Binary representation for the 'PhoneCodeHash' property
PhoneRegistered bool
TermsOfService ITermsOfService
Timeout int
Type ISentCodeType

Extension Methods

Name Value Summary
As<T>() T
From Utils
Is<T>() T
From Utils
IsEmpty() bool
From Utils