message_ids property

List<int> message_ids
read / write

Identifiers of the messages to resend. Message identifiers must be in a strictly increasing order.

Implementation

late List<int> message_ids;