copyWith method
Implementation
GetChatInviteLinkCounts copyWith({int? chatId}) =>
GetChatInviteLinkCounts(chatId: chatId ?? this.chatId);
GetChatInviteLinkCounts copyWith({int? chatId}) =>
GetChatInviteLinkCounts(chatId: chatId ?? this.chatId);