Skip to content

editBusinessMessageMedia

Function · TDLib 1.8.67 · d1085f9c

Edits the media content of a message with a text, an animation, an audio, a document, a photo or a video in a message sent on behalf of a business account; for bots only

editBusinessMessageMedia(
  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

ReplyMarkup

The new message reply markup; pass null if none; for bots only

input_message_content

InputMessageContent

New content of the message. Must be one of the following types: inputMessageAnimation, inputMessageAudio, inputMessageDocument, inputMessagePhoto or inputMessageVideo