case class GroupDMChannel(id: SnowflakeType[GroupDMChannel], name: String, users: Seq[UserId], lastMessageId: Option[MessageId], ownerId: UserId, applicationId: Option[ApplicationId], icon: Option[String]) extends Channel with TextChannel with Product with Serializable
A group DM text channel
- users
The users in this group DM
- ownerId
The creator of this channel
- applicationId
The applicationId of the application that created this channel, if the channel wasn't created by a user
- icon
The icon hash for this group dm
- Source
- channel.scala
- Alphabetic
- By Inheritance
- GroupDMChannel
- Serializable
- Product
- Equals
- TextChannel
- Channel
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new GroupDMChannel(id: SnowflakeType[GroupDMChannel], name: String, users: Seq[UserId], lastMessageId: Option[MessageId], ownerId: UserId, applicationId: Option[ApplicationId], icon: Option[String])
- users
The users in this group DM
- ownerId
The creator of this channel
- applicationId
The applicationId of the application that created this channel, if the channel wasn't created by a user
- icon
The icon hash for this group dm
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
- val applicationId: Option[ApplicationId]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def channelType: ChannelType
The channel type of this channel
The channel type of this channel
- Definition Classes
- GroupDMChannel → Channel
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val icon: Option[String]
- val id: SnowflakeType[GroupDMChannel]
The id of the channel
The id of the channel
- Definition Classes
- GroupDMChannel → TextChannel → Channel
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lastMessage(implicit c: CacheSnapshot): Option[Message]
Gets the last message for this channel if it exists.
Gets the last message for this channel if it exists.
- Definition Classes
- TextChannel
- val lastMessageId: Option[MessageId]
Points to the last message id in the channel.
Points to the last message id in the channel. The id might not point to a valid or existing message.
- Definition Classes
- GroupDMChannel → TextChannel
- def mention: String
Get a representation of this channel that can refer to it in messages.
Get a representation of this channel that can refer to it in messages.
- Definition Classes
- Channel
- val name: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def owner(implicit c: CacheSnapshot): Option[User]
Gets the owner for this group DM.
- val ownerId: UserId
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val users: Seq[UserId]
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])