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