Interface TwitchConfig

interface TwitchConfig {
    allowSubscribersIcon: boolean;
    exportChannelPointMessage: boolean;
    exportChannelPointMessageWithUserInput: boolean;
    getChannelPointMessage: boolean;
    speechEmote: boolean;
    use7TV: boolean;
    useBetterTTV: boolean;
    useFrankerFaceZ: boolean;
}

Properties

allowSubscribersIcon: boolean
exportChannelPointMessage: boolean
exportChannelPointMessageWithUserInput: boolean
getChannelPointMessage: boolean
speechEmote: boolean
use7TV: boolean
useBetterTTV: boolean
useFrankerFaceZ: boolean