Interface IRawMessage

An interface that describes the signature of a message that is passed into a say/tell API request.

Hierarchy

  • IRawMessage

Properties

rawtext?: string[] | IRawMessage[]

A list of text objects used to build a message.

text?: string

Contains plain text to display directly. Only valid when used as a sub member in a parent rawtext or with member.

translate?: string

Contains a resource pack translation identifier that can be used to translate text in the player's selected language.

with?: string[] | IRawMessage[]

A list of text object arguments that can be used to fill values in the translate text. Ignored when translate is not present.