width property

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

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

Implementation

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