isAllMemberMuted property
final
~english Gets Whether all members are muted.
Note To get the correct value, ensure that you call ChatGroupManager.fetchGroupInfoFromServer before calling this method. ~end
~chinese 从内存中获取是否已经全员禁言。
Note 如需最新数据,需先从服务器获取: ChatGroupManager.fetchGroupInfoFromServer。
Return 是否全员禁言。
true
: 是;false
: 否。 ~end
Implementation
final bool? isAllMemberMuted;