MsgsAllInfo
- class pyrogram.raw.base.MsgsAllInfo
Telegram API base type.
- Constructors:
This base type has 1 constructor available.
Telegram API type.
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",
)