ChatFolderInviteLinkInfo constructor
ChatFolderInviteLinkInfo({
- ChatFolderInfo? chatFolderInfo,
- required List<
int> missingChatIds, - required List<
int> addedChatIds,
Implementation
ChatFolderInviteLinkInfo({
this.chatFolderInfo,
required this.missingChatIds,
required this.addedChatIds,
});