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