message_ids property

List<int> message_ids
read / write

Identifiers of the messages to forward. Message identifiers must be in a strictly increasing order. At most 100 messages can be forwarded simultaneously.

Implementation

late List<int> message_ids;