DtoChat constructor

DtoChat(
  1. Chat value,
  2. ChatVersion ver,
  3. ChatItemsCursor? lastItemCursor,
  4. ChatItemsCursor? lastReadItemCursor,
  5. RecentChatsCursor? recentCursor,
  6. FavoriteChatsCursor? favoriteCursor,
)

Implementation

DtoChat(
  this.value,
  this.ver,
  this.lastItemCursor,
  this.lastReadItemCursor,
  this.recentCursor,
  this.favoriteCursor,
);