Interface YouTubeConfig

interface YouTubeConfig {
    allowMembersIcon: boolean;
    allowSuperChatIcon: boolean;
    outputAutoModeratedComment: boolean;
    showAllChat: boolean;
    showAutoModeratedItem: boolean;
    showReceivedSponsorshipMessage: boolean;
    speechAutoModeratedComment: boolean;
}

Properties

allowMembersIcon: boolean
allowSuperChatIcon: boolean
outputAutoModeratedComment: boolean
showAllChat: boolean
showAutoModeratedItem: boolean
showReceivedSponsorshipMessage: boolean
speechAutoModeratedComment: boolean