UpdateReadChannelInbox
- class pyrogram.raw.types.UpdateReadChannelInbox
Incoming messages in a channel/supergroup were read
Constructor of
Update.- Details:
Layer:
223ID:
922E6E10
- Parameters:
channel_id (
int64-bit) – Channel/supergroup IDmax_id (
int32-bit) – Position up to which all incoming messages are read.still_unread_count (
int32-bit) – Count of messages weren’t read yetpts (
int32-bit) – Event count after generationfolder_id (
int32-bit, optional) – Peer folder ID, for more info click here
TL Schema
updateReadChannelInbox#922e6e10
flags:#
folder_id:flags.0?int
channel_id:long
max_id:int
still_unread_count:int
pts:int
= Update
Parameter Tree
UpdateReadChannelInbox
├── folder_id →
int (optional)├── channel_id →
long├── max_id →
int├── still_unread_count →
int└── pts →
intExample
UpdateReadChannelInbox(
channel_id=0,
max_id=0,
still_unread_count=0,
pts=0,
)