MsgsAllInfo
- class pyrogram.raw.types.MsgsAllInfo
Telegram API type.
Constructor of
MsgsAllInfo.- Details:
Layer:
223ID:
8CC0D131
- Parameters:
msg_ids (List of
int64-bit) – N/Ainfo (
str) – N/A
TL Schema
msgs_all_info#8cc0d131
msg_ids:Vector<long>
info:string
= MsgsAllInfo
Parameter Tree
MsgsAllInfo
├── msg_ids →
Vector < long >└── info →
stringExample
MsgsAllInfo(
msg_ids=[0],
info="text",
)