Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.1 KB

InteractiveMessage.md

File metadata and controls

17 lines (13 loc) · 1.1 KB

InteractiveMessage

Properties

Name Type Description Notes
id str The id of the message. Used to identify responses.
link str The API link that can be used to obtain more information about this object
target str The target of the message, usually this is a player UUID. Can be set to "server" to send to all online players.
uuid str The unique UUID of this message
message str 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 list[InteractiveMessageOption] Clickable options that the player can select from [optional]
targets list[str] 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]