Skip to main content

TransferGroupChatOwnershipInput (Input)

Description

No description



Fields

NameDescription
newOwnerId - String!The member id of the new owner.
stayAdmin - BooleanWhether to keep the old owner as an admin. Defaults to true.

input TransferGroupChatOwnershipInput {
newOwnerId: String!
stayAdmin: Boolean
}