channels
Get all channels
Get all channels that a user is a member of.
Permissions
Logged in as the user, or have edit_other_users permission.
get/api/v4/users/{user_id}/channels
Path parameters
user_idstring required
The ID of the user. This can also be "me" which will point to the current user.
Query parameters
last_delete_atinteger
Filters the deleted channels by this time in epoch format. Does not have any effect if include_deleted is set to false.
include_deletedboolean
Defines if deleted channels should be returned or not
Response
Channels retrieval successful