OutboxReadDate

class pyrogram.raw.types.OutboxReadDate

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

Constructor of OutboxReadDate.

Details:
  • Layer: 223

  • ID: 3BB842AC

Parameters:

date (int 32-bit) – UNIX timestamp with the read date.

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,
)