Interface WebcastEmoteChatMessage

interface WebcastEmoteChatMessage {
    data: any;
    type: "WebcastEmoteChatMessage";
}

Properties

Properties

data: any
type: "WebcastEmoteChatMessage"