implicit final class GuildChannelSyntax extends AnyVal
- Source
- syntax.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GuildChannelSyntax
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new GuildChannelSyntax(channel: GuildChannel)
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 categoryFromGuild(guild: GatewayGuild): Option[GuildCategory]
Get the category of this channel using a preexisting guild.
- def deleteChannelPermissionsRole(roleId: RoleId): DeleteChannelPermission
Delete the permission overwrites for a role
Delete the permission overwrites for a role
- roleId
The role to remove the permission overwrites for
- def deleteChannelPermissionsUser(userId: UserId): DeleteChannelPermission
Delete the permission overwrites for a user
Delete the permission overwrites for a user
- userId
The user to remove the permission overwrites for
- def editChannelPermissionsRole(roleId: RoleId, allow: Permission, deny: Permission): EditChannelPermissions
Edit the permission overrides of a role
Edit the permission overrides of a role
- roleId
The role to edit the permissions for.
- allow
The new allowed permissions.
- deny
The new denied permissions.
- def editChannelPermissionsUser(userId: UserId, allow: Permission, deny: Permission): EditChannelPermissions
Edit the permission overrides of a user
Edit the permission overrides of a user
- userId
The user to edit the permissions for.
- allow
The new allowed permissions.
- deny
The new denied permissions.
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toString(): String
- Definition Classes
- Any