MsgResendAnsReq

class pyrogram.raw.types.MsgResendAnsReq

Telegram API type.

Constructor of MsgResendReq.

Details:
  • Layer: 223

  • ID: 8610BAEB

Parameters:

msg_ids (List of int 64-bit) – N/A

TL Schema

msg_resend_ans_req#8610baeb
msg_ids:Vector<long>

= MsgResendReq

Parameter Tree

MsgResendAnsReq
└── msg_idsVector < long >

Example

MsgResendAnsReq(
    msg_ids=[0],
)