DemoteChatAdminsInput (Input)
Description
No description
Fields
Name | Description |
---|---|
memberIds - [String!]! | List of member ids to demote from admin. These members must already be a part of the group chat. |
input DemoteChatAdminsInput {
memberIds: [String!]!
}