Zvini
22:41:03

« Notification » get

notification/get - Returns a single existing notification.
Method parameters:
id - The ID of the notification to get.
Returns a JSON document of the following format:
{
id: <number> - The ID of the notification.
channel_name: <number> - The name of the channel in which the notification is posted.
text: <string> - The notification text.
insert_time: <number> - The Unix timestamp of when the notification was posted.
}
Expected errors:
NOTIFICATION_NOT_FOUND - A notification with the ID doesn't exist.