DtoChat constructor
- Chat value,
- ChatVersion ver,
- ChatItemsCursor? lastItemCursor,
- ChatItemsCursor? lastReadItemCursor,
- RecentChatsCursor? recentCursor,
- FavoriteChatsCursor? favoriteCursor,
Implementation
DtoChat(
this.value,
this.ver,
this.lastItemCursor,
this.lastReadItemCursor,
this.recentCursor,
this.favoriteCursor,
);