DisBot
    Preparing search index...

    Type Alias GuildYoutubeNotificationsCreateWithoutGuildsInput

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

    Properties

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