File caption (may also be used when resending photos by file_id), 0-1024 characters after entities parsing
Sends the message silently. Users will receive a notification with no sound.
The file content data when uploading the file directly.
The file id already stored somewhere on the Telegram servers.
Metadata about fileData
if needed (while using Buffer).
Mode for parsing entities in the caption
. Default to 'HTML'
.
One ReplyMarkup element for an inline keyboard, custom reply keyboard, instructions to remove reply keyboard or to force a reply from the user.
If the message is a reply, ID of the original message
Thumbnail file data. Can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320.
Metadata about the uploading thumbnailFileData
if needed (while using Buffer).
HTTP URL for the file to be sent.
Generated using TypeDoc
The asset tag for TelegramAssetsManager to save the uploaded file id with. This prop only annotates on the created job, you have to add {@link saveUplodedFile} middleware to make automatical saving happen.