photo property

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

Photo that will be displayed in the game message in chats.

Implementation

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