Zvini
22:37:13

« Channel » list

channel/list - Returns a list of all channels.
The method has no parameters.
Returns a JSON document of the following format:
[
{
id: <number> - The ID of one the channels.
channel_name: <string> - The name of the channel.
public: <boolean> - Whether the channel is marked as public.
receive_notifications: <boolean> - Whether the channel owner receives notifications.
insert_time: <number> - The Unix timestamp of when the channel was created.
update_time: <number> - The Unix timestamp of when the channel was last modified.
}
...
]
No errors expected.