MsgsStateReq
- class pyrogram.raw.base.MsgsStateReq
Telegram API base type.
- Constructors:
This base type has 1 constructor available.
Telegram API type.
TL Schema
msgs_state_req#da69fb52
msg_ids:Vector<long>
= MsgsStateReq
Parameter Tree
MsgsStateReq
└── msg_ids →
Vector < long >Example
MsgsStateReq(
msg_ids=[0],
)