Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

assetTag?: string

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.

fileData?: string | Buffer | ReadableStream

The file content data when uploading the file directly.

fileId?: string

The file id already stored somewhere on the Telegram servers.

Metadata about fileData if needed (while using Buffer).

url?: string

HTTP URL for the file to be sent.

Generated using TypeDoc