Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chat-apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -15009,7 +15009,7 @@
"Moderation"
],
"summary": "List Reviewed messages",
"description": "Marks the blocked messages as reviewed. The moderator can approve the message or confirm it remains blocked. Once reviewed, the message is moved from the blocked messages list to the reviewed messages list.",
"description": "Retrieves a list of messages that have been reviewed by the moderator.",
"operationId": "chat-api-list-reviewed-messages",
"parameters": [
{
Expand Down
4 changes: 2 additions & 2 deletions rest-api/groups.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ The following table lists the properties that the Group API supports.
| **tags** | array of strings | (optional)\_ Specifies a list of tags to be associated with certain groups.A maximum of 25 tags can be associated with a single group. |
| **members** | object | (optional)\_ The members object allows adding members with the allowed member scopes and banning users.It can have the below optional properties:<br/><br/>- **admins**: A string array of UIDs of the existing users to be added as group admins.<br/>- **moderators**: A string array of UIDs of the existing users to be added as group moderators.<br/>- **participants**: A string array of UIDs of the existing users to be added as group participants.<br/>- **usersToBan**: A string array of UIDs of the existing users to be added as group participants.<br/><br/>Failure to adding a member or banning a user does not result into create group API failure.\ However, the individual member failure can be seen in the error objects in members.If the same UID is added to more than one members array then the scope UID will get the scopes in the order below admin, moderator, participant.\ For example, if the UID superhero1 is part of admins, moderators and usersToBan arrays then it will appear in the only members.admins property in the response.A maximum of 25 users can be added across all the scopes of member objects. |
| **membersCount** | integer | Specifies the number of members in the group. |
| **createdAt** | integer | UNIX Timestamp specifies the time when the user was created. |
| **conversationId** | string | Specifies the conversation ID of the group. |
| **createdAt** | integer | UNIX Timestamp specifies the time when the group was created. |
| **conversationId** | string | Specifies the conversation ID of the group. |