c

ackcord.syntax

VGuildChannelSyntax

implicit final class VGuildChannelSyntax extends AnyVal

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

Instance Constructors

  1. new VGuildChannelSyntax(channel: NormalVoiceGuildChannel)

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 connectedMembers(guild: GatewayGuild): Seq[GuildMember]

    Get the guild members connected to this voice channel using an preexisting guild.

  6. def connectedMembers(implicit c: CacheSnapshot): Seq[GuildMember]

    Get the guild members connected to this voice channel.

  7. def connectedUsers(guild: GatewayGuild): Seq[UserId]

    Get the users connected to this voice channel using an preexisting guild.

  8. def connectedUsers(implicit c: CacheSnapshot): Seq[User]

    Get the users connected to this voice channel.

  9. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. def modify(name: util.JsonOption[String] = JsonUndefined, position: util.JsonOption[Int] = JsonUndefined, bitrate: util.JsonOption[Int] = JsonUndefined, userLimit: util.JsonOption[Int] = JsonUndefined, permissionOverwrites: util.JsonOption[SnowflakeMap[UserOrRole, PermissionOverwrite]] = JsonUndefined, category: util.JsonOption[SnowflakeType[GuildCategory]] = JsonUndefined, rtcRegion: util.JsonOption[String] = JsonUndefined): ModifyChannel

    Update the settings of this channel.

    Update the settings of this channel.

    name

    New name of the channel.

    position

    New position of the channel.

    bitrate

    The new channel bitrate for voice channels.

    userLimit

    The new user limit for voice channel.

    permissionOverwrites

    The new channel permission overwrites.

    category

    The new category id of the channel.

  12. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped