DisBot
    Preparing search index...

    Type Alias GuildYoutubeNotificationsCreateInput

    type GuildYoutubeNotificationsCreateInput = {
        ChannelId: string;
        Guilds: GuildsCreateNestedOneWithoutYoutubeNotificationsInput;
        Latest?: GuildYoutubeNotificationsCreateLatestInput | string[];
        MessageTemplateId: string;
        PingRoles?: GuildYoutubeNotificationsCreatePingRolesInput | string[];
        UUID: string;
        YoutubeChannelId: string;
    }
    Index

    Properties

    ChannelId: string
    MessageTemplateId: string
    UUID: string
    YoutubeChannelId: string