case class IdentifyData(serverId: RawSnowflake, userId: UserId, sessionId: String, token: String) extends Product with Serializable
Data used by Identify
- serverId
The server id we want to connect to
- userId
Our user id
- sessionId
The session id received in ackcord.APIMessage.VoiceStateUpdate
- token
The token received in ackcord.APIMessage.VoiceServerUpdate
- Source
- voiceData.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(serverId: RawSnowflake, userId: UserId, sessionId: String, token: String)
- serverId
The server id we want to connect to
- userId
Our user id
- sessionId
The session id received in ackcord.APIMessage.VoiceStateUpdate
- token
The token received in ackcord.APIMessage.VoiceServerUpdate