Updated available content types

This commit is contained in:
CoffeeBunny 2021-03-09 13:17:17 +01:00
parent 0e17d8ea0a
commit 6a94fe221d

View File

@ -18,7 +18,7 @@ The header should be described as following:
**Packet send message**
Available content types are: text, cowsay, ponysay
Available content types are: cowsay, ponysay
cowsay and ponysay requires the content-icon tag to specify the icon for the message.
@ -30,7 +30,7 @@ cowsay and ponysay requires the content-icon tag to specify the icon for the mes
"timestamp": 1615212625000,
},
"message-id": "9c054a90-2905-474b-b688-c70b07b8f790", // the id of the message to identify it
"content-type": "text", // the message type - look at available content types below
"content-type": "cowsay", // the message type - look at available content types below
"content-icon": "tux", // icon for the message if the type is cowsay or ponysay
"content": "your message here", // the content of the message that is sent - needs to correspond with the type
}