Packages

o

ackcord.data

ActivityFlags

object ActivityFlags

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

Type Members

  1. abstract type ActivityFlags <: Base with Tag

Value Members

  1. val Embedded: ActivityFlags
  2. val Instance: ActivityFlags
  3. val Join: ActivityFlags
  4. val JoinRequest: ActivityFlags
  5. val None: ActivityFlags
  6. val PartyPrivacyFriends: ActivityFlags
  7. val PartyPrivacyVoiceChannel: ActivityFlags
  8. val Play: ActivityFlags
  9. val Spectate: ActivityFlags
  10. val Sync: ActivityFlags
  11. def apply(flags: ActivityFlags*): ActivityFlags

    Create a SystemChannelFlags that has all the flags passed in.

  12. def fromInt(int: Int): ActivityFlags

    Create a ActivityFlags from an int.