case class ThreadListSync(guild: GatewayGuild, updatedChannelsIds: Seq[TextGuildChannelId], threads: Seq[ThreadGuildChannel], cache: CacheState, gatewayInfo: GatewayInfo) extends GuildMessage with Product with Serializable
Sent when the client gains access to a channel.
- updatedChannelsIds
The ids of the channels where threads were updated.
- threads
The new updated threads.
- Source
- APIMessage.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ThreadListSync
- Serializable
- Product
- Equals
- GuildMessage
- APIMessage
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ThreadListSync(guild: GatewayGuild, updatedChannelsIds: Seq[TextGuildChannelId], threads: Seq[ThreadGuildChannel], cache: CacheState, gatewayInfo: GatewayInfo)
- updatedChannelsIds
The ids of the channels where threads were updated.
- threads
The new updated threads.
Value Members
- val cache: CacheState
The current state of the cache.
The current state of the cache. Contains both a snapshot of how the cache looks like after this message (the current one), and a snapshot for how the cache looked like before this message.
- Definition Classes
- ThreadListSync → APIMessage
- val gatewayInfo: GatewayInfo
Info about the state of the gateway that received this gateway.
Info about the state of the gateway that received this gateway.
- Definition Classes
- ThreadListSync → APIMessage
- val guild: GatewayGuild
The guild that was acted upon.
The guild that was acted upon.
- Definition Classes
- ThreadListSync → GuildMessage
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val threads: Seq[ThreadGuildChannel]
- val updatedChannelsIds: Seq[TextGuildChannelId]