Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.13 KB

InteractiveMessage.md

File metadata and controls

17 lines (13 loc) · 1.13 KB

InteractiveMessage

Properties

Name Type Description Notes
id string The id of the message. Used to identify responses.
link string The API link that can be used to obtain more information about this object
target string The target of the message, usually this is a player UUID. Can be set to "server" to send to all online players.
uuid string The unique UUID of this message
message string The actual content of the message [optional]
once bool True if this message can only be replied to once per target, false otherwise [optional]
options \Swagger\Client\Model\InteractiveMessageOption[] Clickable options that the player can select from [optional]
targets string[] A list of targets that will receive the message. Usually a list of player UUIDs [optional]

[Back to Model list] [Back to API list] [Back to README]