Skip to content

editMessageReplyMarkup

Function · TDLib 1.8.67 · d1085f9c

Edits the message reply markup; for bots only. Returns the edited message after the edit is completed on the server side

editMessageReplyMarkup(
  chat_id: int53,
  message_id: int53,
  reply_markup: ReplyMarkup
) → Message

chat_id

int53

The chat the message belongs to

message_id

int53

Identifier of the message. Use messageProperties.can_be_edited to check whether the message can be edited

reply_markup

ReplyMarkup

The new message reply markup; pass null if none