View Source ExTDLib.Method.BlockMessageSenderFromReplies (ExTDLib v0.0.4)
Blocks an original sender of a message in the Replies chat. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| message_id | string | The identifier of an incoming message in the Replies chat. |
| delete_message | bool | Pass true to delete the message. |
| delete_all_messages | bool | Pass true to delete all messages from the same sender. |
| report_spam | bool | Pass true to report the sender to the Telegram moderators. |
More details on telegram's documentation.