Docs: add more explanation to text type of JSONMessagePart

This commit is contained in:
Fabian Dill 2021-11-30 08:25:22 +01:00
parent 520e5feefb
commit 49a0f473ce
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ Possible values for `type` include:
| Name | Notes |
| ---- | ----- |
| text | Regular text content |
| text | Regular text content. Is the default type and as such may be omitted. |
| player_id | player ID of someone on your team, should be resolved to Player Name |
| player_name | Player Name, could be a player within a multiplayer game or from another team, not ID resolvable |
| item_id | Item ID, should be resolved to Item Name |