The presence status can be seen when you hover your mouse over the presence state indicator.
NOTE: this is only used for Highfive and will be deprecated soon.
Presence status will be set to "{provider}: {message}" when both are provided. Otherwise,
presence status will be set to "{provider}".
"type" is optional and presence status will only include predefined templates when "type" is provided. Please refer to the "type" parameter to check the supported types.
To clear the presence status, make an api call with the "presence_status" param set to empty or null. ex: "presence_status": {} or "presence_status": null
Translations will be available for the text in predefined templates. Translations for others should be provided.