Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Information of channel to be updated
Maximum length:
100
Maximum length:
50
Maximum length:
10
Required range:
1 <= x <= 1000
Notification Mode:
default
- Auto register push notification.silent
- Do not send notification.subscribe
- Send notification to subscribed users only.
Available options:
default
, silent
, subscribe
Response
Channels Information
List of users in channel with membership and role. Normally, it will return only caller as user. However, it will return all users in conversation channel. For ban/unban events, it will return banned users.
Depends on messagePreviewId. if null will be empty array.
Depends on messagePreviews. if empty array will be empty array.