quotedMessageId property

String? quotedMessageId

The ID of the quoted message, if the message is a quoted reply.

Implementation

String? get quotedMessageId => _quotedMessageId ?? quotedMessage?.id;