photo property

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

Optional. Message is a photo, available sizes of the photo

Implementation

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