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] |