Skip to content

GramIO API Reference / gramio/dist / EditMessageReplyMarkupParams

Interface: EditMessageReplyMarkupParams

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

Params object for editMessageReplyMarkup method

Properties

PropertyTypeDescriptionDefined in
business_connection_id?stringUnique identifier of the business connection on behalf of which the message to be edited was sentgramio/node_modules/@gramio/types/out/params.d.ts:3479
chat_id?string | numberRequired if inline_message_id is not specified. Unique identifier for the target chat or username of the target channel (in the format @channelusername)gramio/node_modules/@gramio/types/out/params.d.ts:3483
inline_message_id?stringRequired if chat_id and message_id are not specified. Identifier of the inline messagegramio/node_modules/@gramio/types/out/params.d.ts:3491
message_id?numberRequired if inline_message_id is not specified. Identifier of the message to editgramio/node_modules/@gramio/types/out/params.d.ts:3487
reply_markup?TelegramInlineKeyboardMarkup | { toJSON: TelegramInlineKeyboardMarkup; }A JSON-serialized object for an inline keyboard.gramio/node_modules/@gramio/types/out/params.d.ts:3495