implicit final class GatewayIntentsSyntax extends AnyVal
- Source
- gateway.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GatewayIntentsSyntax
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new GatewayIntentsSyntax(intents: GatewayIntents)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- def ++(other: GatewayIntents): GatewayIntents
Add an intent to these intents.
Add an intent to these intents.
- other
The other intent.
- def --(other: GatewayIntents): GatewayIntents
Remove an intent from these intents.
Remove an intent from these intents.
- other
The intent to remove.
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def hasFlag(other: GatewayIntents): Boolean
Check if these intents has an intent.
Check if these intents has an intent.
- other
The intent to check against.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNone: Boolean
Check if these intents is empty.
- def toInt: Int
- def toString(): String
- Definition Classes
- Any