c

ackcord.syntax

GuildChannelSyntax

implicit final class GuildChannelSyntax extends AnyVal

Source
syntax.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GuildChannelSyntax
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GuildChannelSyntax(channel: GuildChannel)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def categoryFromGuild(guild: GatewayGuild): Option[GuildCategory]

    Get the category of this channel using a preexisting guild.

  6. 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

  7. 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

  8. 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.

  9. 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.

  10. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped