ReportSupergroupSpam constructor
Reports messages in a supergroup as spam; requires administrator rights in the supergroup
Implementation
const ReportSupergroupSpam({
required this.supergroupId,
required this.messageIds,
});
Reports messages in a supergroup as spam; requires administrator rights in the supergroup
const ReportSupergroupSpam({
required this.supergroupId,
required this.messageIds,
});