skipHistory property

bool? skipHistory
getter/setter pair

该消息是否要保存到服务器,如果为true,通过{@link ChatRoomService#pullMessageHistory(String, long, int)}拉取的结果将不包含该条消息。 默认为false。

Implementation

bool? skipHistory = false;