implicit final class ThreadGuildChannelSyntax extends AnyVal
- Source
- syntax.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ThreadGuildChannelSyntax
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ThreadGuildChannelSyntax(thread: ThreadGuildChannel)
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 addMember(userId: UserId): AddThreadMember
Adds the specified user to this thread.
- 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 join: JoinThread
Adds the current user to this thread.
- def leave: LeaveThread
Makes the current user leave this thread.
- def listMember: ListThreadMembers
Gets all the members of this thread.
Gets all the members of this thread. Requires the privileged
GUILD_MEMBERS
intent. - def removeMember(userId: UserId): RemoveThreadMember
Removes the specified user from this thread.
- def toString(): String
- Definition Classes
- Any