Interface MessageSourceNotification

The message is from a notification. Subtype of MessageSource.

interface MessageSourceNotification {
    @type: "messageSourceNotification";
}

Properties

Properties

@type: "messageSourceNotification"