Interface LiveChatCreatorAnswersQuestionsRenderer

interface LiveChatCreatorAnswersQuestionsRenderer {
    collapsedStateEntityKey: string;
    icon: YouTube.Icon;
    questionLabelText: QuestionLabelText;
    questionText: QuestionText;
}

Properties

collapsedStateEntityKey: string
questionLabelText: QuestionLabelText
questionText: QuestionText