Skip to content

GramIO API Reference / gramio/dist / EditEphemeralMessageReplyMarkupParams

Interface: EditEphemeralMessageReplyMarkupParams

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

Params object for editEphemeralMessageReplyMarkup 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:4028
ephemeral_message_idnumberIdentifier of the ephemeral message to edit@gramio/types/out/params.d.ts:4036
receiver_user_idnumberIdentifier of the user who received the message@gramio/types/out/params.d.ts:4032
reply_markup?TelegramInlineKeyboardMarkup | { toJSON: TelegramInlineKeyboardMarkup; }A JSON-serialized object for an inline keyboard@gramio/types/out/params.d.ts:4040