Skip to main content
Version: Next

APIAttachment

Index

Properties

optionalcontent_type

content_type?: string

The attachment’s media type

optionaldescription

description?: string

Description for the file

optionalduration_secs

duration_secs?: number

The duration of the audio file (currently for voice messages)

optionalephemeral

ephemeral?: boolean

Whether this attachment is ephemeral

filename

filename: string

Name of file attached

optionalflags

Attachment flags combined as a bitfield

optionalheight

height?: null | number

Height of file (if image)

id

id: string

Attachment id

proxy_url

proxy_url: string

A proxied url of file

size

size: number

Size of file in bytes

url

url: string

Source url of file

optionalwaveform

waveform?: string

Base64 encoded bytearray representing a sampled waveform (currently for voice messages)

optionalwidth

width?: null | number

Width of file (if image)