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