detail property
Specifies the detail level of the image if specified by the user. low uses fewer tokens, you can opt in to high resolution using high.
Implementation
@JsonKey(name: 'file_id') String get fileId;/// Specifies the detail level of the image if specified by the user. `low` uses fewer tokens, you can opt in to high resolution using `high`.
MessageContentImageDetail get detail;