editBusinessMessageText¶
Edits the text of a text or game message sent on behalf of a business account; for bots only
editBusinessMessageText(
business_connection_id: string,
chat_id: int53,
message_id: int53,
reply_markup: ReplyMarkup,
input_message_content: InputMessageContent
) → BusinessMessage
business_connection_id¶
string
Unique identifier of business connection on behalf of which the message was sent
chat_id¶
int53
The chat the message belongs to
message_id¶
int53
Identifier of the message
reply_markup¶
The new message reply markup; pass null if none
input_message_content¶
New text content of the message. Must be of type inputMessageText or inputMessageRichMessage