implicit final class UserIdSyntax extends AnyVal
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UserIdSyntax
- 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
- 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 mention: String
Mention this user.
- def mentionNick: String
Mention this user with their nickname.
- def resolve(implicit c: CacheSnapshot): Option[User]
Resolve the user represented by this id.
- def resolveMember(guildId: GuildId)(implicit c: CacheSnapshot): Option[GuildMember]
Resolve the guild member represented by this id.
Resolve the guild member represented by this id.
- guildId
The guild to find the guild member in
- def toString(): String
- Definition Classes
- Any