Options
All
  • Public
  • Public/Protected
  • All
Menu

Edit Message Reply Markup API Payload.

Hierarchy

Index

Properties

Optional chat_id

chat_id: number | string

Required if inline_message_id is not specified. Unique identifier for the target chat or username of the target channel (in the format @channelusername).

Optional inline_message_id

inline_message_id: string

Required if chat_id and message_id are not specified. Identifier of the inline message.

Optional message_id

message_id: number

Required if inline_message_id is not specified. Identifier of the sent message.

Optional reply_markup

reply_markup: IInlineKeyboardMarkup

A JSON-serialized object for an inline keyboard.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc