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.
Exact read date of a private message we sent to another user.
- Functions:
This object can be returned by 1 function.
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
└── date →
intExample
OutboxReadDate(
date=0,
)