InputMediaPhoto

Properties

fileName?: string

The file name to assign if applicable.

mimeType?: string

The mime type to assign if applicable.

chunkSize?: number

Size of each upload chunk in bytes.

signal?: AbortSignal | null

Upload abort signal.

caption?: string

The caption of the media.

captionEntities?: MessageEntity[]

The entities of media’s caption.

parseMode?: ParseMode

Override the parse mode used for the media’s caption.

photo: FileSource
DISCRIMINATOR

The photo.

width?: number

The width of the photo in pixels.

height?: number

The height of the photo in pixels.

hasSpoiler?: boolean

Whether to mark the media as a spoiler.

selfDestruct?: SelfDestructOption