Interface SystemChannelFlags

interface SystemChannelFlags {
    suppressGuildReminderNotifications: boolean;
    suppressJoinNotificationReplies: boolean;
    suppressJoinNotifications: boolean;
    suppressPremiumSubscriptions: boolean;
}

Properties

suppressGuildReminderNotifications: boolean
suppressJoinNotificationReplies: boolean
suppressJoinNotifications: boolean
suppressPremiumSubscriptions: boolean

Generated using TypeDoc