cover property

  1. @JsonKey(name: 'cover')
List<PhotoSize>? get cover
inherited

Optional. Available sizes of the cover of the video in the message

Implementation

@JsonKey(name: 'cover')
List<PhotoSize>? get cover;