Interface WebcastQuestionNewMessage

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

Properties

Properties

data: any
type: "WebcastQuestionNewMessage"