Class CaptionedAttachment
Represents an attachment to a message.
public class CaptionedAttachment
- Inheritance
-
CaptionedAttachment
- Inherited Members
Properties
Caption
Additional text to accompany the attachment.
[JsonPropertyOrder(1)]
public string Caption { get; set; }
Property Value
Name
The filename of the attachment.
[JsonPropertyOrder(2)]
public string Name { get; set; }
Property Value
Url
The publicly accessible URL of the image attachment. The image file is available for 48 hours after it is created. Supported types are .jpg, .jpeg, and .png
[JsonPropertyOrder(0)]
public string Url { get; set; }