Class ImageUrl

ImageUrl class

Represents an image URL in the content of a message.

public class ImageUrl

Constructors

NameDescription
ImageUrl()The default constructor.

Properties

NameDescription
Detail { get; set; }Gets or sets the detail level of the image if specified by the user. low uses fewer tokens, you can opt in to high resolution using high .
Url { get; set; }Gets or sets the external URL of the image, must be a supported image types: jpeg, jpg, png, gif, webp.

See Also