MsgsStateReq

class pyrogram.raw.base.MsgsStateReq

Telegram API base type.

Constructors:

This base type has 1 constructor available.

MsgsStateReq

Telegram API type.

TL Schema

msgs_state_req#da69fb52
msg_ids:Vector<long>

= MsgsStateReq

Parameter Tree

MsgsStateReq
└── msg_idsVector < long >

Example

MsgsStateReq(
    msg_ids=[0],
)