Files
gotify-android-client/client/docs/Message.md
Jannis Mattheis 4edaa1943f Update client
2020-07-13 19:41:39 +02:00

1.0 KiB

Message

Properties

Name Type Description Notes
appid Long The application id that send this message.
date OffsetDateTime The date the message was created.
extras Map<String, Object> The extra data sent along the message. The extra fields are stored in a key-value scheme. Only accepted in CreateMessage requests with application/json content-type. The keys should be in the following format: &lt;top-namespace&gt;::[&lt;sub-namespace&gt;::]&lt;action&gt; These namespaces are reserved and might be used in the official clients: gotify android ios web server client. Do not use them for other purposes. [optional]
id Long The message id.
message String The message. Markdown (excluding html) is allowed.
priority Long The priority of the message. [optional]
title String The title of the message. [optional]