1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-03 21:37:49 +01:00
MadelineProto/docs/MTProto_docs/constructors/msg_resend_req.md

470 B

title description
msg_resend_req msg_resend_req attributes, type and example

Constructor: msg_resend_req

Back to constructors index

Attributes:

Name Type Required
msg_ids Array of long Required

Type: MsgResendReq

Example:

$msg_resend_req = ['_' => 'msg_resend_req', 'msg_ids' => [Vector t], ];