showAboveText property

  1. @JsonKey(name: 'show_above_text')
bool? get showAboveText
inherited

Optional. True, if the link preview must be shown above the message text; otherwise, the link preview will be shown below the message text

Implementation

@JsonKey(name: 'show_above_text')
bool? get showAboveText;