teleproto - v1.229.0
GitHub
npm
Issues
Preparing search index...
Api
help
AppUpdate
Class AppUpdate
Hierarchy (
View Summary
)
VirtualClass
<
{
canNotSkip
?:
boolean
;
document
?:
TypeDocument
;
entities
:
TypeMessageEntity
[]
;
id
:
int
;
sticker
?:
TypeDocument
;
text
:
string
;
url
?:
string
;
version
:
string
;
}
,
>
AppUpdate
Index
Constructors
constructor
Methods
from
Reader
serialize
Bytes
serialize
Date
get
Bytes
to
JSON
Properties
class
Name
class
Type
CONSTRUCTOR_
ID
SUBCLASS_
OF_
ID
can
Not
Skip?
class
Name
class
Type
CONSTRUCTOR_
ID
document?
entities
id
original
Args
sticker?
SUBCLASS_
OF_
ID
text
url?
version
Constructors
constructor
new
AppUpdate
(
args
:
{
canNotSkip
?:
boolean
;
document
?:
TypeDocument
;
entities
:
TypeMessageEntity
[]
;
id
:
number
;
sticker
?:
TypeDocument
;
text
:
string
;
url
?:
string
;
version
:
string
;
}
,
)
:
AppUpdate
Parameters
args
:
{
canNotSkip
?:
boolean
;
document
?:
TypeDocument
;
entities
:
TypeMessageEntity
[]
;
id
:
number
;
sticker
?:
TypeDocument
;
text
:
string
;
url
?:
string
;
version
:
string
;
}
Returns
AppUpdate
Methods
Static
from
Reader
fromReader
(
reader
:
any
)
:
AppUpdate
Parameters
reader
:
any
Returns
AppUpdate
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
()
:
{
canNotSkip
?:
boolean
;
document
?:
TypeDocument
;
entities
:
TypeMessageEntity
[]
;
id
:
number
;
sticker
?:
TypeDocument
;
text
:
string
;
url
?:
string
;
version
:
string
;
}
Returns
{
canNotSkip
?:
boolean
;
document
?:
TypeDocument
;
entities
:
TypeMessageEntity
[]
;
id
:
number
;
sticker
?:
TypeDocument
;
text
:
string
;
url
?:
string
;
version
:
string
;
}
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
Optional
can
Not
Skip
canNotSkip
?:
boolean
class
Name
className
:
"help.AppUpdate"
class
Type
classType
:
"constructor"
CONSTRUCTOR_
ID
CONSTRUCTOR_ID
:
3434860080
Optional
document
document
?:
TypeDocument
entities
entities
:
TypeMessageEntity
[]
id
id
:
number
original
Args
originalArgs
:
{
canNotSkip
?:
boolean
;
document
?:
TypeDocument
;
entities
:
TypeMessageEntity
[]
;
id
:
number
;
sticker
?:
TypeDocument
;
text
:
string
;
url
?:
string
;
version
:
string
;
}
Optional
sticker
sticker
?:
TypeDocument
SUBCLASS_
OF_
ID
SUBCLASS_OF_ID
:
1486292638
text
text
:
string
Optional
url
url
?:
string
version
version
:
string
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
can
Not
Skip
class
Name
class
Type
CONSTRUCTOR_
ID
document
entities
id
original
Args
sticker
SUBCLASS_
OF_
ID
text
url
version
GitHub
npm
Issues
teleproto - v1.229.0
Loading...