GramIO API Reference / gramio/dist / EditEphemeralMessageReplyMarkupParams
Interface: EditEphemeralMessageReplyMarkupParams
Defined in: @gramio/types/out/params.d.ts:4024
Params object for editEphemeralMessageReplyMarkup 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:4028 |
ephemeral_message_id | number | Identifier of the ephemeral message to edit | @gramio/types/out/params.d.ts:4036 |
receiver_user_id | number | Identifier 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 |