copyWith method
Implementation
GetChatRevenueWithdrawalUrl copyWith({int? chatId, String? password}) =>
GetChatRevenueWithdrawalUrl(
chatId: chatId ?? this.chatId,
password: password ?? this.password,
);
GetChatRevenueWithdrawalUrl copyWith({int? chatId, String? password}) =>
GetChatRevenueWithdrawalUrl(
chatId: chatId ?? this.chatId,
password: password ?? this.password,
);