copyWith method

GetChatFolderInviteLinks copyWith({
  1. int? chatFolderId,
})

Implementation

GetChatFolderInviteLinks copyWith({int? chatFolderId}) =>
    GetChatFolderInviteLinks(chatFolderId: chatFolderId ?? this.chatFolderId);