Type alias SystemChannelFlags

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

Type declaration

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

Generated using TypeDoc