url property

  1. @JsonKey(name: 'url')
String? get url
inherited

Optional. URL to use for the link preview. If empty, then the first URL found in the message text will be used

Implementation

@JsonKey(name: 'url')
String? get url;