implicit final class ChannelSyntax extends AnyVal
- Source
- syntax.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ChannelSyntax
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def asCategory: Option[GuildCategory]
If this is a category, convert it to one.
- def asDMChannel: Option[DMChannel]
If this is a DM channel, convert it to one.
- def asGroupDMChannel: Option[GroupDMChannel]
If this is a group DM channel, convert it to one.
- def asGuildChannel: Option[GuildChannel]
If this is a guild channel, convert it to one.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asNormalVoiceGuildChannel: Option[NormalVoiceGuildChannel]
If this is a normal voice channel, convert it to one.
- def asStageGuildChannel: Option[StageGuildChannel]
If this is a stage channel, convert it to one.
- def asTextChannel: Option[TextChannel]
If this is a text channel, convert it to one.
- def asTextGuildChannel: Option[TextGuildChannel]
If this is a text guild channel, convert it to one.
- def asVoiceGuildChannel: Option[VoiceGuildChannel]
If this is a voice channel, convert it to one.
- def delete: DeleteCloseChannel
Delete or close this channel.
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toString(): String
- Definition Classes
- Any