Class MessageAttachmentInfo

java.lang.Object
com.ringcentral.definitions.MessageAttachmentInfo

public class MessageAttachmentInfo extends Object
  • Field Details

    • id

      public Long id
      Internal identifier of a message attachment Format: int64
    • uri

      public String uri
      Canonical URI of a message attachment Format: uri
    • type

      public String type
      Type of message attachment Enum: AudioRecording, AudioTranscription, Text, SourceDocument, RenderedDocument, MmsAttachment
    • contentType

      public String contentType
      MIME type for a given attachment, for instance 'audio/wav'
    • vmDuration

      public Long vmDuration
      Supported for `Voicemail` only. Duration of a voicemail in seconds Format: int32
    • fileName

      public String fileName
      Name of a file attached
    • size

      public Long size
      Size of attachment in bytes Format: int32
    • height

      public Long height
      Attachment height in pixels if available Format: int32
    • width

      public Long width
      Attachment width in pixels if available Format: int32
  • Constructor Details

    • MessageAttachmentInfo

      public MessageAttachmentInfo()
  • Method Details