Packages

o

ackcord.data

SystemChannelFlags

object SystemChannelFlags

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SystemChannelFlags
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract type SystemChannelFlags <: Base with Tag

Value Members

  1. val None: SystemChannelFlags
  2. val SupressGuildReminderNotifications: SystemChannelFlags
  3. val SupressJoinNotificationReplies: SystemChannelFlags
  4. val SupressJoinNotifications: SystemChannelFlags
  5. val SupressPremiumSubscribtions: SystemChannelFlags
  6. def apply(flags: SystemChannelFlags*): SystemChannelFlags

    Create a SystemChannelFlags that has all the flags passed in.

  7. def fromInt(int: Int): SystemChannelFlags

    Create a SystemChannelFlags from an int.