implicit final class VGuildChannelSyntax extends AnyVal
- Source
- syntax.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VGuildChannelSyntax
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new VGuildChannelSyntax(channel: NormalVoiceGuildChannel)
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 connectedMembers(guild: GatewayGuild): Seq[GuildMember]
Get the guild members connected to this voice channel using an preexisting guild.
- def connectedMembers(implicit c: CacheSnapshot): Seq[GuildMember]
Get the guild members connected to this voice channel.
- def connectedUsers(guild: GatewayGuild): Seq[UserId]
Get the users connected to this voice channel using an preexisting guild.
- def connectedUsers(implicit c: CacheSnapshot): Seq[User]
Get the users connected to this voice channel.
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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.
- def toString(): String
- Definition Classes
- Any