LastMessageUserGroupResponse constructor

LastMessageUserGroupResponse({
  1. String? lastReadMessageId,
  2. String? lastReadMessageTimeSend,
  3. String? userSendLastRead,
})

Implementation

LastMessageUserGroupResponse({
  this.lastReadMessageId,
  this.lastReadMessageTimeSend,
  this.userSendLastRead,
});