DtoChatContact constructor

DtoChatContact(
  1. ChatContact value,
  2. ChatContactVersion ver,
  3. ChatContactsCursor? cursor,
  4. FavoriteChatContactsCursor? favoriteCursor,
)

Implementation

DtoChatContact(this.value, this.ver, this.cursor, this.favoriteCursor);