Interface UpdateNewMessage

A new message was received; can also be an outgoing message. Subtype of Update.

interface UpdateNewMessage {
    @type: "updateNewMessage";
    message: Message;
}

Properties

Properties

@type: "updateNewMessage"
message: Message

The new message.