Returns the currently active announcements published by the server staff.
Announcements are displayed below the main menu on the web.
This method requires an access token, but no permissions.
Parameters
This method does not take any parameters.Result
An array of objects:
id
integer
(positive)
Unique identifier of this announcement.
title
string
Title of the announcement.
text
string
Text of the announcement.
link
string
If this announcement contains a link, its title. The link is meant to be displayed below the main text.
link_url
string
If this announcement contains a link, its URL.
show_until_date
integer
If this announcement is temporary, the unixtime after which it should no longer be displayed.