Interface UpdateBusinessMessageEdited

A message in a business account was edited; for bots only. Subtype of Update.

interface UpdateBusinessMessageEdited {
    @type: "updateBusinessMessageEdited";
    connection_id: string;
    message: BusinessMessage;
}

Properties

@type: "updateBusinessMessageEdited"
connection_id: string

Unique identifier of the business connection.

The edited message.