muteList property
final
~english Gets the mute list of the chat room.
Note To get the mute list, you can call ChatRoomManager.fetchChatRoomMuteList. ~end
~chinese 从内存中获取禁言列表。
Note 如果需要获取最新值,请调用 ChatRoomManager.fetchChatRoomMuteList。 ~end
Implementation
final List<String>? muteList;