MsgsAck
- class pyrogram.raw.base.MsgsAck
Telegram API base type.
- Constructors:
This base type has 1 constructor available.
Telegram API type.
TL Schema
msgs_ack#62d6b459
msg_ids:Vector<long>
= MsgsAck
Parameter Tree
MsgsAck
└── msg_ids →
Vector < long >Example
MsgsAck(
msg_ids=[0],
)