Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1010 Bytes

InteractiveMessage.md

File metadata and controls

17 lines (12 loc) · 1010 Bytes

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 UUID The unique UUID of this message
message String The actual content of the message [optional]
once Boolean True if this message can only be replied to once per target, false otherwise [optional]
options List<InteractiveMessageOption> Clickable options that the player can select from [optional]
targets List<String> A list of targets that will receive the message. Usually a list of player UUIDs [optional]