owner property

String? owner
final

~english Gets the user ID of the group owner.

Note To get the correct value, ensure that you call EMGroupManager.fetchGroupInfoFromServer before calling this method. ~end

~chinese 从内存中获取群主用户 ID。

Note 如需最新数据,需先从服务器获取:EMGroupManager.fetchGroupInfoFromServer

Return 群主用户 ID。 ~end

Implementation

final String? owner;