photo property

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

Optional. Available sizes of the chat photo, if the photo was requested by the bot

Implementation

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