Skip to main content

UpdateGroupChatInput (Input)

Description​

No description



Fields​

NameDescription
avatarId - StringImage id of the group avatar
name - StringThe new name of the group chat

input UpdateGroupChatInput {
avatarId: String
name: String
}