Interface MessageSourceChatHistory

Describes source of a message. Subtype of MessageSource.

interface MessageSourceChatHistory {
    @type: "messageSourceChatHistory";
}

Properties

Properties

@type: "messageSourceChatHistory"