MessageAttachmentInfoIntId
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | int | ❌ | Internal identifier of a message attachment |
uri | str | ❌ | Canonical URI of a message attachment |
type_ | MessageAttachmentInfoIntIdType | ❌ | Type of message attachment |
content_type | str | ❌ | MIME type for a given attachment, for instance 'audio/wav' |
filename | str | ❌ | Name of a file attached |
size | int | ❌ | Size of an attachment in bytes |
MessageAttachmentInfoIntIdType
Type of message attachment
Properties
Name | Type | Required | Description |
---|---|---|---|
AUDIORECORDING | str | ✅ | "AudioRecording" |
AUDIOTRANSCRIPTION | str | ✅ | "AudioTranscription" |
TEXT | str | ✅ | "Text" |
SOURCEDOCUMENT | str | ✅ | "SourceDocument" |
RENDEREDDOCUMENT | str | ✅ | "RenderedDocument" |
MMSATTACHMENT | str | ✅ | "MmsAttachment" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs