Interface LiveChatCallForQuestionsRenderer

interface LiveChatCallForQuestionsRenderer {
    creatorAuthorName: CreatorAuthorName;
    creatorAvatar: CreatorAvatar;
    questionMessage: QuestionMessage;
}

Properties

creatorAuthorName: CreatorAuthorName
creatorAvatar: CreatorAvatar
questionMessage: QuestionMessage