teleproto - v1.229.0
GitHub
npm
Issues
Preparing search index...
Api
BusinessChatLink
Class BusinessChatLink
Hierarchy (
View Summary
)
VirtualClass
<
{
entities
?:
TypeMessageEntity
[]
;
link
:
string
;
message
:
string
;
title
?:
string
;
views
:
int
;
}
,
>
BusinessChatLink
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?
link
message
original
Args
SUBCLASS_
OF_
ID
title?
views
Constructors
constructor
new
BusinessChatLink
(
args
:
{
entities
?:
TypeMessageEntity
[]
;
link
:
string
;
message
:
string
;
title
?:
string
;
views
:
number
;
}
,
)
:
BusinessChatLink
Parameters
args
:
{
entities
?:
TypeMessageEntity
[]
;
link
:
string
;
message
:
string
;
title
?:
string
;
views
:
number
;
}
Returns
BusinessChatLink
Methods
Static
from
Reader
fromReader
(
reader
:
any
)
:
BusinessChatLink
Parameters
reader
:
any
Returns
BusinessChatLink
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
[]
;
link
:
string
;
message
:
string
;
title
?:
string
;
views
:
number
;
}
Returns
{
entities
?:
TypeMessageEntity
[]
;
link
:
string
;
message
:
string
;
title
?:
string
;
views
:
number
;
}
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
:
"BusinessChatLink"
class
Type
classType
:
"constructor"
CONSTRUCTOR_
ID
CONSTRUCTOR_ID
:
3031328367
Optional
entities
entities
?:
TypeMessageEntity
[]
link
link
:
string
message
message
:
string
original
Args
originalArgs
:
{
entities
?:
TypeMessageEntity
[]
;
link
:
string
;
message
:
string
;
title
?:
string
;
views
:
number
;
}
SUBCLASS_
OF_
ID
SUBCLASS_OF_ID
:
1007504011
Optional
title
title
?:
string
views
views
:
number
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
link
message
original
Args
SUBCLASS_
OF_
ID
title
views
GitHub
npm
Issues
teleproto - v1.229.0
Loading...