case class ModifyGuildData(name: util.JsonOption[String] = JsonUndefined, verificationLevel: util.JsonOption[VerificationLevel] = JsonUndefined, defaultMessageNotifications: util.JsonOption[NotificationLevel] = JsonUndefined, explicitContentFilter: util.JsonOption[FilterLevel] = JsonUndefined, afkChannelId: util.JsonOption[NormalVoiceGuildChannelId] = JsonUndefined, afkTimeout: util.JsonOption[Int] = JsonUndefined, icon: util.JsonOption[ImageData] = JsonUndefined, ownerId: util.JsonOption[UserId] = JsonUndefined, splash: util.JsonOption[ImageData] = JsonUndefined, discoverySplash: util.JsonOption[ImageData] = JsonUndefined, banner: util.JsonOption[ImageData] = JsonUndefined, systemChannelId: util.JsonOption[TextGuildChannelId] = JsonUndefined, systemChannelFlags: util.JsonOption[SystemChannelFlags] = JsonUndefined, preferredLocale: util.JsonOption[String] = JsonUndefined, features: util.JsonOption[Seq[String]] = JsonUndefined, description: util.JsonOption[String] = JsonUndefined, premiumProgressBarEnabled: util.JsonOption[Boolean] = JsonUndefined) extends Product with Serializable
- name
The new name of the guild
- verificationLevel
The new verification level to use for the guild.
- defaultMessageNotifications
The new notification level to use for the guild.
- afkChannelId
The new afk channel of the guild.
- afkTimeout
The new afk timeout in seconds for the guild.
- icon
The new icon to use for the guild. Must be 1024x1024 png/jpeg/gif. Can be animated if the guild has the
ANIMATED_ICON
feature.- ownerId
Transfer ownership of this guild. Must be the owner.
- splash
The new splash for the guild. Must be 16:9 png/jpeg. Only available if the guild has the
INVITE_SPLASH
feature.- discoverySplash
Thew new discovery slash for the guild's discovery splash. Only available if the guild has the
DISCOVERABLE
feature.- banner
The new banner for the guild. Must be 16:9 png/jpeg. Only available if the guild has the
BANNER
feature.- systemChannelId
The new channel which system messages will be sent to.
- systemChannelFlags
The new flags for the system channel.
- preferredLocale
The new preferred locale for the guild.
- features
The new enabled features for the guild.
- description
The new description for the guild if it is discoverable.
- premiumProgressBarEnabled
If the boosting progress bar should be shown.
- Source
- guildRequests.scala
- Alphabetic
- By Inheritance
- ModifyGuildData
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ModifyGuildData(name: util.JsonOption[String] = JsonUndefined, verificationLevel: util.JsonOption[VerificationLevel] = JsonUndefined, defaultMessageNotifications: util.JsonOption[NotificationLevel] = JsonUndefined, explicitContentFilter: util.JsonOption[FilterLevel] = JsonUndefined, afkChannelId: util.JsonOption[NormalVoiceGuildChannelId] = JsonUndefined, afkTimeout: util.JsonOption[Int] = JsonUndefined, icon: util.JsonOption[ImageData] = JsonUndefined, ownerId: util.JsonOption[UserId] = JsonUndefined, splash: util.JsonOption[ImageData] = JsonUndefined, discoverySplash: util.JsonOption[ImageData] = JsonUndefined, banner: util.JsonOption[ImageData] = JsonUndefined, systemChannelId: util.JsonOption[TextGuildChannelId] = JsonUndefined, systemChannelFlags: util.JsonOption[SystemChannelFlags] = JsonUndefined, preferredLocale: util.JsonOption[String] = JsonUndefined, features: util.JsonOption[Seq[String]] = JsonUndefined, description: util.JsonOption[String] = JsonUndefined, premiumProgressBarEnabled: util.JsonOption[Boolean] = JsonUndefined)
- name
The new name of the guild
- verificationLevel
The new verification level to use for the guild.
- defaultMessageNotifications
The new notification level to use for the guild.
- afkChannelId
The new afk channel of the guild.
- afkTimeout
The new afk timeout in seconds for the guild.
- icon
The new icon to use for the guild. Must be 1024x1024 png/jpeg/gif. Can be animated if the guild has the
ANIMATED_ICON
feature.- ownerId
Transfer ownership of this guild. Must be the owner.
- splash
The new splash for the guild. Must be 16:9 png/jpeg. Only available if the guild has the
INVITE_SPLASH
feature.- discoverySplash
Thew new discovery slash for the guild's discovery splash. Only available if the guild has the
DISCOVERABLE
feature.- banner
The new banner for the guild. Must be 16:9 png/jpeg. Only available if the guild has the
BANNER
feature.- systemChannelId
The new channel which system messages will be sent to.
- systemChannelFlags
The new flags for the system channel.
- preferredLocale
The new preferred locale for the guild.
- features
The new enabled features for the guild.
- description
The new description for the guild if it is discoverable.
- premiumProgressBarEnabled
If the boosting progress bar should be shown.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val afkChannelId: util.JsonOption[NormalVoiceGuildChannelId]
- val afkTimeout: util.JsonOption[Int]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val banner: util.JsonOption[ImageData]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val defaultMessageNotifications: util.JsonOption[NotificationLevel]
- val description: util.JsonOption[String]
- val discoverySplash: util.JsonOption[ImageData]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val explicitContentFilter: util.JsonOption[FilterLevel]
- val features: util.JsonOption[Seq[String]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val icon: util.JsonOption[ImageData]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: util.JsonOption[String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val ownerId: util.JsonOption[UserId]
- val preferredLocale: util.JsonOption[String]
- val premiumProgressBarEnabled: util.JsonOption[Boolean]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val splash: util.JsonOption[ImageData]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val systemChannelFlags: util.JsonOption[SystemChannelFlags]
- val systemChannelId: util.JsonOption[TextGuildChannelId]
- val verificationLevel: util.JsonOption[VerificationLevel]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])