audio property

  1. @JsonKey.new(name: 'audio')
Audio? get audio
inherited

Optional. Media is an audio file, information about the file; currently, can't be received in a poll option

Implementation

@JsonKey(name: 'audio')
Audio? get audio;