ReportChatPhoto constructor

ReportChatPhoto(
  1. {required int chat_id,
  2. required int file_id,
  3. required ReportReason reason,
  4. required String text,
  5. int? extra,
  6. int? clientId}
)

Reports a chat photo to the Telegram moderators. A chat photo can be reported only if chat.can_be_reported

Returns Ok

Implementation

ReportChatPhoto