BlockFromReplies¶
-
class
pyrogram.raw.functions.contacts.
BlockFromReplies
¶ Stop getting notifications about thread replies of a certain user in @replies.
- Details
Layer:
122
ID:
0x29a8962c
- Parameters
msg_id (
int
32-bit
) – ID of the message in the @replies chat.delete_message (
bool
, optional) – Whether to delete the specified message as well.delete_history (
bool
, optional) – Whether to delete all @replies messages from this user as well.report_spam (
bool
, optional) – Whether to also report this user for spam.
- Returns
Updates
– Object which is perceived by the client without a call on its part when an event occurs.