ReportSupergroupSpam constructor

const ReportSupergroupSpam({
  1. required int supergroupId,
  2. required List<int> messageIds,
})

Reports messages in a supergroup as spam; requires administrator rights in the supergroup

Implementation

const ReportSupergroupSpam({
  required this.supergroupId,
  required this.messageIds,
});