AttachmentType
public enum AttachmentType : String, Codable
Undocumented
-
The attachment contains a static image.
Declaration
Swift
case image -
The attachment contains a video.
Declaration
Swift
case video -
The attachment contains a gif image.
Declaration
Swift
case gifv -
The attachment contains an unknown image file.
Declaration
Swift
case unknown
View on GitHub
Install in Dash
AttachmentType Enumeration Reference