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.
Optional fileData
fileData?:string | Buffer | ReadableStream
The file content data when uploading the file directly.
Optional fileId
fileId?:string
The file id already stored somewhere on the Telegram servers.
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.