referencedMessage property

  1. @JsonKey.new(includeIfNull: false, name: 'referenced_message')
MessageBaseResponseSchema? referencedMessage
final

The message that this message is replying to or forwarding

Implementation

@JsonKey(includeIfNull: false, name: 'referenced_message')
final MessageBaseResponseSchema? referencedMessage;