Interface WebcastChatMessage

interface WebcastChatMessage {
    data: WebcastChatMessageData;
    type: "WebcastChatMessage";
}

Properties

Properties

type: "WebcastChatMessage"