copyWith method
Implementation
ReportSupergroupSpam copyWith({
int? supergroupId,
List<int>? messageIds,
}) =>
ReportSupergroupSpam(
supergroupId: supergroupId ?? this.supergroupId,
messageIds: messageIds ?? this.messageIds,
);