SessionData constructor
- FavoriteChatsListVersion? favoriteChatsListVersion,
- bool? favoriteChatsSynchronized,
- ChatContactsListVersion? chatContactsListVersion,
- bool? favoriteContactsSynchronized,
- bool? contactsSynchronized,
- bool? blocklistSynchronized,
- SessionsListVersion? sessionsListVersion,
- BlocklistVersion? blocklistVersion,
- int? blocklistCount,
Implementation
SessionData({
this.favoriteChatsListVersion,
this.favoriteChatsSynchronized,
this.chatContactsListVersion,
this.favoriteContactsSynchronized,
this.contactsSynchronized,
this.blocklistSynchronized,
this.sessionsListVersion,
this.blocklistVersion,
this.blocklistCount,
});