Skip to content

Latest commit

History

History
17 lines (13 loc) · 1.1 KB

File metadata and controls

17 lines (13 loc) · 1.1 KB

InteractiveMessage

Properties

NameTypeDescriptionNotes
idstrThe id of the message. Used to identify responses.
linkstrThe API link that can be used to obtain more information about this object
targetstrThe target of the message, usually this is a player UUID. Can be set to "server" to send to all online players.
uuidstrThe unique UUID of this message
messagestrThe actual content of the message[optional]
onceboolTrue if this message can only be replied to once per target, false otherwise[optional]
optionslist[InteractiveMessageOption]Clickable options that the player can select from[optional]
targetslist[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]