ReadParticipantDate¶ class pyrogram.types.ReadParticipantDate[source]¶ Contains information about when a participant read a specific message. Parameters: user_id (int) – The ID of the user who read the message. date (datetime) – Date and time when the user read the message. user (User, optional) – The user object, if available.