Zvini
00:46:35

« Subscribed » get

channel/subscribed/get - Returns a single existing subscribed channel.
Method parameters:
id - The ID of the subscribed channel to get.
Returns a JSON document of the following format:
{
id: <number> - The ID of the subscribed channel.
channel_name: <string> - The name of the subscribed channel.
channel_public: <boolean> - Whether the subscribed channel is public.
receive_notifications: <boolean> - Whether the subscriber receives notifications.
}
Expected errors:
SUBSCRIBED_CHANNEL_NOT_FOUND - A subscribed channel with the ID doesn't exist.