edit_business_message_text


Description:

public async BusinessMessage edit_business_message_text (string business_connection_id, int64 chat_id, int64 message_id, ReplyMarkup reply_markup, InputMessageContent input_message_content) throws TDLibError

Edits the text of a text or game message sent on behalf of a business account; for bots only

Parameters:

business_connection_id

Unique identifier of business connection on behalf of which the message was sent

chat_id

The chat the message belongs to

message_id

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