hasSpoiler property

  1. @JsonKey.new(name: 'has_spoiler')
bool? get hasSpoiler
inherited

Optional. Pass True if the live photo needs to be covered with a spoiler animation

Implementation

@JsonKey(name: 'has_spoiler')
bool? get hasSpoiler;