implicit final class ThreadGuildChannelIdSyntax extends AnyVal
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ThreadGuildChannelIdSyntax
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ThreadGuildChannelIdSyntax(threadId: ThreadGuildChannelId)
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(guildId: GuildId)(implicit c: CacheSnapshot): Option[TextGuildChannel]
Resolve the thread represented by this id relative to a guild id.
- def resolve(implicit c: CacheSnapshot): Option[TextGuildChannel]
Resolve the thread represented by this id.
Resolve the thread represented by this id. If a guild id is know, prefer the method taking a guild id instead.
- def toString(): String
- Definition Classes
- Any