变更群主时的输入参数。

interface GroupOwnerChangeInput {
    newOwner: string;
}

Properties

Properties

newOwner: string

新群主的用户 ID。