teleproto - v1.229.0
GitHub
npm
Issues
Preparing search index...
Api
UpdateServiceNotification
Class UpdateServiceNotification
Hierarchy (
View Summary
)
VirtualClass
<
{
entities
:
TypeMessageEntity
[]
;
inboxDate
?:
int
;
invertMedia
?:
boolean
;
media
:
TypeMessageMedia
;
message
:
string
;
popup
?:
boolean
;
type
:
string
;
}
,
>
UpdateServiceNotification
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
entities
inbox
Date?
invert
Media?
media
message
original
Args
popup?
SUBCLASS_
OF_
ID
type
Constructors
constructor
new
UpdateServiceNotification
(
args
:
{
entities
:
TypeMessageEntity
[]
;
inboxDate
?:
number
;
invertMedia
?:
boolean
;
media
:
TypeMessageMedia
;
message
:
string
;
popup
?:
boolean
;
type
:
string
;
}
,
)
:
UpdateServiceNotification
Parameters
args
:
{
entities
:
TypeMessageEntity
[]
;
inboxDate
?:
number
;
invertMedia
?:
boolean
;
media
:
TypeMessageMedia
;
message
:
string
;
popup
?:
boolean
;
type
:
string
;
}
Returns
UpdateServiceNotification
Methods
Static
from
Reader
fromReader
(
reader
:
any
)
:
UpdateServiceNotification
Parameters
reader
:
any
Returns
UpdateServiceNotification
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
()
:
{
entities
:
TypeMessageEntity
[]
;
inboxDate
?:
number
;
invertMedia
?:
boolean
;
media
:
TypeMessageMedia
;
message
:
string
;
popup
?:
boolean
;
type
:
string
;
}
Returns
{
entities
:
TypeMessageEntity
[]
;
inboxDate
?:
number
;
invertMedia
?:
boolean
;
media
:
TypeMessageMedia
;
message
:
string
;
popup
?:
boolean
;
type
:
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
class
Name
className
:
"UpdateServiceNotification"
class
Type
classType
:
"constructor"
CONSTRUCTOR_
ID
CONSTRUCTOR_ID
:
3957614617
entities
entities
:
TypeMessageEntity
[]
Optional
inbox
Date
inboxDate
?:
number
Optional
invert
Media
invertMedia
?:
boolean
media
media
:
TypeMessageMedia
message
message
:
string
original
Args
originalArgs
:
{
entities
:
TypeMessageEntity
[]
;
inboxDate
?:
number
;
invertMedia
?:
boolean
;
media
:
TypeMessageMedia
;
message
:
string
;
popup
?:
boolean
;
type
:
string
;
}
Optional
popup
popup
?:
boolean
SUBCLASS_
OF_
ID
SUBCLASS_OF_ID
:
2676568142
type
type
:
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
class
Name
class
Type
CONSTRUCTOR_
ID
entities
inbox
Date
invert
Media
media
message
original
Args
popup
SUBCLASS_
OF_
ID
type
GitHub
npm
Issues
teleproto - v1.229.0
Loading...