MsgsStateReq
- class pyrogram.raw.types.MsgsStateReq
Telegram API type.
Constructor of
MsgsStateReq.- Details:
Layer:
223ID:
DA69FB52
- Parameters:
msg_ids (List of
int64-bit) – N/A
TL Schema
msgs_state_req#da69fb52
msg_ids:Vector<long>
= MsgsStateReq
Parameter Tree
MsgsStateReq
└── msg_ids →
Vector < long >Example
MsgsStateReq(
msg_ids=[0],
)