randomId property

int? get randomId

The ID used when sending the message. It is returned only for outgoing messages.

Implementation

int? get randomId => message['random_id'];