teleproto - v1.229.0
GitHub
npm
Issues
Preparing search index...
Api
InputBotInlineResult
Class InputBotInlineResult
Hierarchy (
View Summary
)
VirtualClass
<
{
content
?:
TypeInputWebDocument
;
description
?:
string
;
id
:
string
;
sendMessage
:
TypeInputBotInlineMessage
;
thumb
?:
TypeInputWebDocument
;
title
?:
string
;
type
:
string
;
url
?:
string
;
}
,
>
InputBotInlineResult
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
content?
description?
id
original
Args
send
Message
SUBCLASS_
OF_
ID
thumb?
title?
type
url?
Constructors
constructor
new
InputBotInlineResult
(
args
:
{
content
?:
InputWebDocument
;
description
?:
string
;
id
:
string
;
sendMessage
:
TypeInputBotInlineMessage
;
thumb
?:
InputWebDocument
;
title
?:
string
;
type
:
string
;
url
?:
string
;
}
,
)
:
InputBotInlineResult
Parameters
args
:
{
content
?:
InputWebDocument
;
description
?:
string
;
id
:
string
;
sendMessage
:
TypeInputBotInlineMessage
;
thumb
?:
InputWebDocument
;
title
?:
string
;
type
:
string
;
url
?:
string
;
}
Returns
InputBotInlineResult
Methods
Static
from
Reader
fromReader
(
reader
:
any
)
:
InputBotInlineResult
Parameters
reader
:
any
Returns
InputBotInlineResult
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
()
:
{
content
?:
InputWebDocument
;
description
?:
string
;
id
:
string
;
sendMessage
:
TypeInputBotInlineMessage
;
thumb
?:
InputWebDocument
;
title
?:
string
;
type
:
string
;
url
?:
string
;
}
Returns
{
content
?:
InputWebDocument
;
description
?:
string
;
id
:
string
;
sendMessage
:
TypeInputBotInlineMessage
;
thumb
?:
InputWebDocument
;
title
?:
string
;
type
:
string
;
url
?:
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
:
"InputBotInlineResult"
class
Type
classType
:
"constructor"
CONSTRUCTOR_
ID
CONSTRUCTOR_ID
:
2294256409
Optional
content
content
?:
InputWebDocument
Optional
description
description
?:
string
id
id
:
string
original
Args
originalArgs
:
{
content
?:
InputWebDocument
;
description
?:
string
;
id
:
string
;
sendMessage
:
TypeInputBotInlineMessage
;
thumb
?:
InputWebDocument
;
title
?:
string
;
type
:
string
;
url
?:
string
;
}
send
Message
sendMessage
:
TypeInputBotInlineMessage
SUBCLASS_
OF_
ID
SUBCLASS_OF_ID
:
2158273502
Optional
thumb
thumb
?:
InputWebDocument
Optional
title
title
?:
string
type
type
:
string
Optional
url
url
?:
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
content
description
id
original
Args
send
Message
SUBCLASS_
OF_
ID
thumb
title
type
url
GitHub
npm
Issues
teleproto - v1.229.0
Loading...