blocks property

  1. @JsonKey.new(name: 'blocks')
List<InputRichBlock>? get blocks
inherited

Optional. Content of the rich message to send described as a list of blocks

Implementation

@JsonKey(name: 'blocks')
List<InputRichBlock>? get blocks;