onOwnerChangedFromGroup property
~english Occurs when the group ownership is transferred. ~end
~chinese 转移群主权限的回调。 ~end
Implementation
final void Function(String groupId, String newOwner, String oldOwner)?
onOwnerChangedFromGroup;
~english Occurs when the group ownership is transferred. ~end
~chinese 转移群主权限的回调。 ~end
final void Function(String groupId, String newOwner, String oldOwner)?
onOwnerChangedFromGroup;