DisBot
    Preparing search index...

    Type Alias GuildTwitchNotificationsCreateInput

    type GuildTwitchNotificationsCreateInput = {
        ChannelId: string;
        Guilds: GuildsCreateNestedOneWithoutTwitchNotificationsInput;
        Live: boolean;
        MessageTemplateId: string;
        PingRoles?: GuildTwitchNotificationsCreatePingRolesInput | string[];
        TwitchChannelName: string;
        UUID: string;
    }
    Index

    Properties

    ChannelId: string
    Live: boolean
    MessageTemplateId: string
    TwitchChannelName: string
    UUID: string