interface AttachmentData

export interface AttachmentData

optional
description? : string

The description of the attachment

optional
duration? : number

The duration of the attachment in seconds (for voice message attachments)

optional
name? : string

The name of the attachment

optional
title? : string

The title of the attachment

optional
waveform? : string

The base64 encoded byte array representing a sampled waveform (for voice message attachments)