InputRichMessageMedia
Describes a media element embedded in an outgoing rich message.
fields
| field | type | required | description |
|---|---|---|---|
id | string | required | Unique identifier of the media used in a tg://photo?id=, tg://video?id=, tg://document?id=, or tg://audio?id= link. 1-64 characters, only A-Z, a-z, 0-9, _ and - are allowed. |
media | InputMediaAnimation | InputMediaAudio | InputMediaDocument | InputMediaPhoto | InputMediaVideo | InputMediaVoiceNote | required | The media to be sent. Everything except the media itself and its properties is ignored. |
import
import type { InputRichMessageMedia } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#inputrichmessagemedia