case class IdentifyData(token: String, properties: Map[String, String], compress: Boolean, largeThreshold: Int, shard: Seq[Int], presence: PresenceData, 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.
- Source
- gatewayData.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IdentifyData
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new IdentifyData(token: String, properties: Map[String, String], compress: Boolean, largeThreshold: Int, shard: Seq[Int], presence: PresenceData, 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.