MsgsAllInfo

class pyrogram.raw.base.MsgsAllInfo

Telegram API base type.

Constructors:

This base type has 1 constructor available.

MsgsAllInfo

Telegram API type.

TL Schema

msgs_all_info#8cc0d131
msg_ids:Vector<long>
info:string

= MsgsAllInfo

Parameter Tree

MsgsAllInfo
├── msg_idsVector < long >
└── infostring

Example

MsgsAllInfo(
    msg_ids=[0],
    info="text",
)