teleproto - v1.229.0
GitHub
npm
Issues
Preparing search index...
Api
UpdateNewAuthorization
Class UpdateNewAuthorization
Hierarchy (
View Summary
)
VirtualClass
<
{
date
?:
int
;
device
?:
string
;
hash
:
long
;
location
?:
string
;
unconfirmed
?:
boolean
;
}
,
>
UpdateNewAuthorization
Index
Constructors
constructor
Methods
from
Reader
serialize
Bytes
serialize
Date
get
Bytes
to
JSON
Properties
class
Name
class
Type
CONSTRUCTOR_
ID
SUBCLASS_
OF_
ID
class
Name
class
Type
CONSTRUCTOR_
ID
date?
device?
hash
location?
original
Args
SUBCLASS_
OF_
ID
unconfirmed?
Constructors
constructor
new
UpdateNewAuthorization
(
args
:
{
date
?:
number
;
device
?:
string
;
hash
:
BigInteger
;
location
?:
string
;
unconfirmed
?:
boolean
;
}
,
)
:
UpdateNewAuthorization
Parameters
args
:
{
date
?:
number
;
device
?:
string
;
hash
:
BigInteger
;
location
?:
string
;
unconfirmed
?:
boolean
;
}
Returns
UpdateNewAuthorization
Methods
Static
from
Reader
fromReader
(
reader
:
any
)
:
UpdateNewAuthorization
Parameters
reader
:
any
Returns
UpdateNewAuthorization
Static
serialize
Bytes
serializeBytes
(
data
:
string
|
Buffer
<
ArrayBufferLike
>
)
:
Buffer
Parameters
data
:
string
|
Buffer
<
ArrayBufferLike
>
Returns
Buffer
Static
serialize
Date
serializeDate
(
date
:
number
|
Date
)
:
Buffer
Parameters
date
:
number
|
Date
Returns
Buffer
get
Bytes
getBytes
()
:
Buffer
Returns
Buffer
to
JSON
toJSON
()
:
{
date
?:
number
;
device
?:
string
;
hash
:
BigInteger
;
location
?:
string
;
unconfirmed
?:
boolean
;
}
Returns
{
date
?:
number
;
device
?:
string
;
hash
:
BigInteger
;
location
?:
string
;
unconfirmed
?:
boolean
;
}
Properties
Static
class
Name
className
:
string
Static
class
Type
classType
:
"constructor"
|
"request"
Static
CONSTRUCTOR_
ID
CONSTRUCTOR_ID
:
number
Static
SUBCLASS_
OF_
ID
SUBCLASS_OF_ID
:
number
class
Name
className
:
"UpdateNewAuthorization"
class
Type
classType
:
"constructor"
CONSTRUCTOR_
ID
CONSTRUCTOR_ID
:
2303831023
Optional
date
date
?:
number
Optional
device
device
?:
string
hash
hash
:
BigInteger
Optional
location
location
?:
string
original
Args
originalArgs
:
{
date
?:
number
;
device
?:
string
;
hash
:
BigInteger
;
location
?:
string
;
unconfirmed
?:
boolean
;
}
SUBCLASS_
OF_
ID
SUBCLASS_OF_ID
:
2676568142
Optional
unconfirmed
unconfirmed
?:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
from
Reader
serialize
Bytes
serialize
Date
get
Bytes
to
JSON
Properties
class
Name
class
Type
CONSTRUCTOR_
ID
SUBCLASS_
OF_
ID
class
Name
class
Type
CONSTRUCTOR_
ID
date
device
hash
location
original
Args
SUBCLASS_
OF_
ID
unconfirmed
GitHub
npm
Issues
teleproto - v1.229.0
Loading...