Skip to main content

MutationUpdateChatMembershipInput

input MutationUpdateChatMembershipInput {
chatId: ID!
memberId: ID!
role: ChatMembershipRole!
}

Fields

MutationUpdateChatMembershipInput.chatId ● ID! non-null scalar

Global identifier of the associated chat.

MutationUpdateChatMembershipInput.memberId ● ID! non-null scalar

Global identifier of the associated user.

MutationUpdateChatMembershipInput.role ● ChatMembershipRole! non-null enum

Role assigned to the user within the chat.

Member Of

updateChatMembership mutation