AttachmentType

public enum AttachmentType : String, Codable, Hashable, Sendable

Undocumented

  • Static image

    Declaration

    Swift

    case image
  • Video clip

    Declaration

    Swift

    case video
  • Looping, soundless animation

    Declaration

    Swift

    case gifv
  • Audio track

    Declaration

    Swift

    case audio
  • unsupported or unrecognized file type

    Declaration

    Swift

    case unknown