case class IdentifyData(token: String, properties: Map[String, String], compress: Boolean, largeThreshold: Int, shard: Seq[Int], presence: StatusData, guildSubscriptions: Boolean, intents: GatewayIntents) extends Product with Serializable
- token
The bot token.
- properties
A map of properties to send.
- compress
If compressed messages should be used.
- largeThreshold
The threshold where the gateway stops sending offline users.
- shard
The shard info, the first index is the shard id, while the second is the total amount of shards.
- presence
The presence data to start with.
- guildSubscriptions
If member presence events and similar should be received. AckCord has not been tested with this flag. Continue with caution.
- Source
- gatewayData.scala
- Alphabetic
- By Inheritance
- IdentifyData
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new IdentifyData(token: String, properties: Map[String, String], compress: Boolean, largeThreshold: Int, shard: Seq[Int], presence: StatusData, guildSubscriptions: Boolean, intents: GatewayIntents)
- token
The bot token.
- properties
A map of properties to send.
- compress
If compressed messages should be used.
- largeThreshold
The threshold where the gateway stops sending offline users.
- shard
The shard info, the first index is the shard id, while the second is the total amount of shards.
- presence
The presence data to start with.
- guildSubscriptions
If member presence events and similar should be received. AckCord has not been tested with this flag. Continue with caution.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val compress: Boolean
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val guildSubscriptions: Boolean
- val intents: GatewayIntents
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val largeThreshold: Int
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val presence: StatusData
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val properties: Map[String, String]
- val shard: Seq[Int]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val token: String
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()