implicit final class TextChannelIdSyntax extends AnyVal
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TextChannelIdSyntax
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new TextChannelIdSyntax(channelId: TextChannelId)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def resolve(implicit c: CacheSnapshot): Option[TextChannel]
Resolve the channel represented by this id.
Resolve the channel represented by this id. If you'd rather get anything more concrete, convert this id to a type closer to what you're looking for.
- def toString(): String
- Definition Classes
- Any