muteList property

List<String>? muteList
final

Gets the mute list of the group.

Note To get the correct value, ensure that you call ChatGroupManager.fetchMuteListFromServer before calling this method.

Implementation

final List<String>? muteList;