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