Skip to content

GramIO API Reference / gramio/dist / EditEphemeralMessageMediaParams

Interface: EditEphemeralMessageMediaParams

Defined in: @gramio/types/out/params.d.ts:3956

Params object for editEphemeralMessageMedia method

Properties

PropertyTypeDescriptionDefined in
chat_idstring | numberUnique identifier for the target chat or username of the target supergroup in the format @username@gramio/types/out/params.d.ts:3960
ephemeral_message_idnumberIdentifier of the ephemeral message to edit@gramio/types/out/params.d.ts:3968
mediaTelegramInputMediaA JSON-serialized object for the new media content of the message@gramio/types/out/params.d.ts:3972
receiver_user_idnumberIdentifier 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