messageOffsetTimestamp property

  1. @JsonKey(name: 'ts_message_offset')
int? messageOffsetTimestamp
read / write

This property is set when GroupChannelOperation.resetMyHistory and GroupChannelConfiguration.hide is called.

Implementation

@JsonKey(name: 'ts_message_offset')
int? messageOffsetTimestamp;