lastModifyTime property

int? lastModifyTime

~english Get the UNIX timestamp of the last message modification, in milliseconds. ~end

~chinese 获取最后一次消息修改的时间戳,单位为毫秒。 ~end

Implementation

int? get lastModifyTime => _operatorTime;