height property

  1. @JsonKey.new(includeIfNull: false)
Int32Type? height
final

The height of the attachment in pixels (for images/videos)

Implementation

@JsonKey(includeIfNull: false)
final Int32Type? height;