OutboxReadDate

class pyrogram.raw.base.OutboxReadDate

Exact read date of a private message we sent to another user.

Constructors:

This base type has 1 constructor available.

OutboxReadDate

Exact read date of a private message we sent to another user.

Functions:

This object can be returned by 1 function.

messages.GetOutboxReadDate

Get the exact read date of one of our messages, sent to a private chat with another user.

TL Schema

outboxReadDate#3bb842ac
date:int

= OutboxReadDate

Parameter Tree

OutboxReadDate
└── dateint

Example

OutboxReadDate(
    date=0,
)