Interface ChatEvents

Contains a list of chat events.

interface ChatEvents {
    @type: "chatEvents";
    events: ChatEvent[];
}

Properties

Properties

@type: "chatEvents"
events: ChatEvent[]

List of events.