markdown property

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

Optional. Content of the rich message to send described using Markdown formatting. See rich message formatting options for more details.

Implementation

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