case class CreateChannelInviteData(maxAge: util.JsonOption[Int] = JsonUndefined, maxUses: util.JsonOption[Int] = JsonUndefined, temporary: util.JsonOption[Boolean] = JsonUndefined, unique: util.JsonOption[Boolean] = JsonUndefined, targetUserId: util.JsonOption[UserId] = JsonUndefined, targetType: util.JsonOption[InviteTargetType] = JsonUndefined, targetApplicationId: util.JsonOption[ApplicationId] = JsonUndefined) extends Product with Serializable
- maxAge
Duration in seconds before this invite expires.
- maxUses
Amount of times this invite can be used before expiring, or 0 for unlimited.
- temporary
If this invite only grants temporary membership.
- unique
If true, guarantees to create a new invite.
- targetUserId
The target user for this invite, who's stream will be displayed.
- targetType
The type of target for this voice channel invite
- Source
- channelRequests.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CreateChannelInviteData
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CreateChannelInviteData(maxAge: util.JsonOption[Int] = JsonUndefined, maxUses: util.JsonOption[Int] = JsonUndefined, temporary: util.JsonOption[Boolean] = JsonUndefined, unique: util.JsonOption[Boolean] = JsonUndefined, targetUserId: util.JsonOption[UserId] = JsonUndefined, targetType: util.JsonOption[InviteTargetType] = JsonUndefined, targetApplicationId: util.JsonOption[ApplicationId] = JsonUndefined)
- maxAge
Duration in seconds before this invite expires.
- maxUses
Amount of times this invite can be used before expiring, or 0 for unlimited.
- temporary
If this invite only grants temporary membership.
- unique
If true, guarantees to create a new invite.
- targetUserId
The target user for this invite, who's stream will be displayed.
- targetType
The type of target for this voice channel invite
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxAge: util.JsonOption[Int]
- val maxUses: util.JsonOption[Int]
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val targetApplicationId: util.JsonOption[ApplicationId]
- val targetType: util.JsonOption[InviteTargetType]
- val targetUserId: util.JsonOption[UserId]
- val temporary: util.JsonOption[Boolean]
- val unique: util.JsonOption[Boolean]
- 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])