readStates property

  1. @JsonKey.new(name: 'read_states')
List<ReadStateAckRequestReadStates> readStates
final

Read-state acknowledgements to apply. Supports normal and manual acknowledgements.

Implementation

@JsonKey(name: 'read_states')
final List<ReadStateAckRequestReadStates> readStates;