MsgsStateReq

class pyrogram.raw.types.MsgsStateReq

Telegram API type.

Constructor of MsgsStateReq.

Details:
  • Layer: 223

  • ID: DA69FB52

Parameters:

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

TL Schema

msgs_state_req#da69fb52
msg_ids:Vector<long>

= MsgsStateReq

Parameter Tree

MsgsStateReq
└── msg_idsVector < long >

Example

MsgsStateReq(
    msg_ids=[0],
)