edit_business_message_caption


Description:

public async BusinessMessage edit_business_message_caption (string business_connection_id, int64 chat_id, int64 message_id, ReplyMarkup reply_markup, FormattedText caption, bool show_caption_above_media) throws TDLibError

Edits the caption of a 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

caption

New message content caption; pass null to remove caption; 0-getOption("message_caption_length_max") characters

show_caption_above_media

Pass true to show the caption above the media; otherwise, the caption will be shown below the media. May be true only for animation, photo, and video messages