copyWith method
Implementation
ReportSupergroupAntiSpamFalsePositive copyWith({
int? supergroupId,
int? messageId,
}) =>
ReportSupergroupAntiSpamFalsePositive(
supergroupId: supergroupId ?? this.supergroupId,
messageId: messageId ?? this.messageId,
);