Trait

com.lkroll.roll20.api.facade.Roll20API

ChatMessage

Related Doc: package Roll20API

Permalink

trait ChatMessage extends Object

Annotations
@JSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChatMessage
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. val content: String

    Permalink

    The contents of the chat message.

    The contents of the chat message.

    If type is "rollresult", this will be a JSON string of data about the roll.

  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  10. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  12. val inlinerolls: UndefOr[Array[InlineRoll]]

    Permalink

    Inline roll information.

    Inline roll information.

    (content contains one or more inline rolls only)

    An array of objects containing information about all inline rolls in the message.

  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  18. val origRoll: UndefOr[String]

    Permalink

    The original text of the roll.

    The original text of the roll.

    (type "rollresult" or "gmrollresult" only) The original text of the roll, e.g.: "2d10+5 fire damage" when the player types "/r 2d10+5 fire damage". This is equivalent to the use of content on messages with types other than "rollresult" or "gmrollresult".

  19. val playerid: String

    Permalink

    The ID of the player that sent the message.

  20. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  21. val rolltemplate: UndefOr[String]

    Permalink

    The name of the template specified.

    The name of the template specified.

    (content contains one or more roll templates only)

  22. val selected: UndefOr[Array[Selection]]

    Permalink

    An array of objects the user had selected when the command was entered.

    An array of objects the user had selected when the command was entered. (type "api" only)

  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. val target: UndefOr[String]

    Permalink

    The player ID of the person the whisper is sent to.

    The player ID of the person the whisper is sent to.

    (type "whisper" only)

    If the whisper was sent to the GM without using his or her display name (ie, "/w gm text" instead of "/w Riley text" when Riley is the GM), or if the whisper was sent to a character without any controlling players, the value will be "gm".

  25. val target_name: UndefOr[String]

    Permalink

    The display name of the player or character the whisper was sent to.

    The display name of the player or character the whisper was sent to.

    (type "whisper" only)

  26. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. val type: String

    Permalink

    Type of the message.

    Type of the message.

    One of "general", "rollresult", "gmrollresult", "emote", "whisper", "desc", or "api".

    Default is "general".

  29. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. val who: String

    Permalink

    The display name of the player or character that sent the message.

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped