messages.AffectedHistory
- class pyrogram.raw.types.messages.AffectedHistory
Affected part of communication history with the user or in a chat.
Constructor of
AffectedHistory.- Details:
Layer:
223ID:
B45C69D1
- Parameters:
pts (
int32-bit) – Number of events occurred in a text boxpts_count (
int32-bit) – Number of affected eventsoffset (
int32-bit) – If a parameter contains positive value, it is necessary to repeat the method call using the given value; during the proceeding of all the history the value itself shall gradually decrease
- Functions:
This object can be returned by 7 functions.
Deletes communication history.
Mark mentions as read
Unpin all pinned messages
Mark message reactions » as read
Deletes messages from a monoforum topic », or deletes messages forwarded from a specific peer to saved messages ».
{schema}
Delete all messages sent by a specific participant of a given supergroup
TL Schema
messages.affectedHistory#b45c69d1
pts:int
pts_count:int
offset:int
= messages.AffectedHistory
Parameter Tree
intintintExample
AffectedHistory(
pts=0,
pts_count=0,
offset=0,
)