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
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → 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.