Zvini
00:49:41

« Subscribed » list

channel/subscribed/list - Returns a list of all subscribed channels.
The method has no parameters.
Returns a JSON document of the following format:
[
{
id: <number> - The ID of one of the subscribed channels.
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.
}
...
]
No errors expected.