GramIO API Reference / gramio/dist / EditEphemeralMessageMediaParams
Interface: EditEphemeralMessageMediaParams
Defined in: @gramio/types/out/params.d.ts:3956
Params object for editEphemeralMessageMedia method
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
chat_id | string | number | Unique identifier for the target chat or username of the target supergroup in the format @username | @gramio/types/out/params.d.ts:3960 |
ephemeral_message_id | number | Identifier of the ephemeral message to edit | @gramio/types/out/params.d.ts:3968 |
media | TelegramInputMedia | A JSON-serialized object for the new media content of the message | @gramio/types/out/params.d.ts:3972 |
receiver_user_id | number | Identifier of the user who received the message | @gramio/types/out/params.d.ts:3964 |
reply_markup? | TelegramInlineKeyboardMarkup | { toJSON: TelegramInlineKeyboardMarkup; } | A JSON-serialized object for an inline keyboard | @gramio/types/out/params.d.ts:3976 |