CreateGroupChatInput (Input)
Description
No description
Fields
Name | Description |
---|---|
avatarId - String | ID of the group avatar image |
memberIds - [String!]! | List up to 10 members as initial group participants. Use addMembersToGroup mutation after creating the group add more members. |
name - String! | Name of the group |
input CreateGroupChatInput {
avatarId: String
memberIds: [String!]!
name: String!
}