muteList property
final
~english Gets the mute list of the group.
Note To get the correct value, ensure that you call ChatGroupManager.fetchMuteListFromServer before calling this method. ~end
~chinese 从内存中获取群组禁言名单。
只有群主和管理员可以调用该方法。
Note 如需最新数据,需先从服务器获取:ChatGroupManager.fetchMuteListFromServer。
Return 群组禁言名单。 ~end
Implementation
final List<String>? muteList;