MsgsAck
- class pyrogram.raw.types.MsgsAck
Telegram API type.
Constructor of
MsgsAck.- Details:
Layer:
223ID:
62D6B459
- Parameters:
msg_ids (List of
int64-bit) – N/A
TL Schema
msgs_ack#62d6b459
msg_ids:Vector<long>
= MsgsAck
Parameter Tree
MsgsAck
└── msg_ids →
Vector < long >Example
MsgsAck(
msg_ids=[0],
)