inputSingleMedia#1cc6e91f flags:# media:InputMedia random_id:long message:string entities:flags.0?Vector<MessageEntity> = InputSingleMedia;
Parameters
| Name | Type | Description |
| flags |
# |
Bit mask: a field written flags.N?T is present only when bit N is set. |
| media |
InputMedia |
Attachment. |
| random_id |
long |
A random number from the client. The server uses it to discard duplicates when a request goes out twice. |
| message |
string |
Message text. |
| entities |
flags.0?Vector<MessageEntity> |
Text markup — bold, links, mentions and so on, as a list of ranges. |
Type
InputSingleMedia
Related pages
Types used here