MsgsAllInfo

class pyrogram.raw.types.MsgsAllInfo

Telegram API type.

Constructor of MsgsAllInfo.

Details:
  • Layer: 223

  • ID: 8CC0D131

Parameters:
  • msg_ids (List of int 64-bit) – N/A

  • info (str) – N/A

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",
)