case class InteractionChannel(id: TextGuildChannelId, name: String, type: ChannelType, permissions: Permission, threadMetadata: Option[RawThreadMetadata], parentId: Option[TextGuildChannelId]) extends Product with Serializable
- Source
- interactions.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InteractionChannel
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new InteractionChannel(id: TextGuildChannelId, name: String, type: ChannelType, permissions: Permission, threadMetadata: Option[RawThreadMetadata], parentId: Option[TextGuildChannelId])
Value Members
- val id: TextGuildChannelId
- val name: String
- val parentId: Option[TextGuildChannelId]
- val permissions: Permission
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val threadMetadata: Option[RawThreadMetadata]
- val type: ChannelType