1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 02:34:39 +01:00
This commit is contained in:
Mahdi 2023-09-01 17:35:58 +00:00
parent bf54382e1d
commit 8cb7afcd08

View File

@ -235,6 +235,8 @@ abstract class Message extends AbstractMessage
/**
* Report a message in a chat for violation of telegrams Terms of Service.
*
* @param ReportReason $reason
* @param string $message
*/
public function report(ReportReason $reason, string $message): void
{