DisBot
    Preparing search index...

    Type Alias GuildYoutubeNotificationsUncheckedCreateInput

    type GuildYoutubeNotificationsUncheckedCreateInput = {
        ChannelId: string;
        GuildId: string;
        Id?: number;
        Latest?: GuildYoutubeNotificationsCreateLatestInput | string[];
        MessageTemplateId: string;
        PingRoles?: GuildYoutubeNotificationsCreatePingRolesInput | string[];
        UUID: string;
        YoutubeChannelId: string;
    }
    Index

    Properties

    ChannelId: string
    GuildId: string
    Id?: number
    MessageTemplateId: string
    UUID: string
    YoutubeChannelId: string