botInlineMediaResult#17db940b flags:# id:string type:string photo:flags.0?Photo document:flags.1?Document title:flags.2?string description:flags.3?string send_message:BotInlineMessage = BotInlineResult;
Parameters
| Name | Type | Description |
| flags |
# |
Bit mask: a field written flags.N?T is present only when bit N is set. |
| id |
string |
Identifier of the object — which object depends on the field's type. |
| type |
string |
Type. |
| photo |
flags.0?Photo |
Photo. |
| document |
flags.1?Document |
File. |
| title |
flags.2?string |
Title. |
| description |
flags.3?string |
Description. |
| send_message |
BotInlineMessage |
|
Type
BotInlineResult
Related pages
Types used here