interface AttachmentPayload

export interface AttachmentPayload

attachment : BufferResolvable | Stream

The attachment in this payload

optional
description? : string

The description of the attachment

optional
duration? : number

The duration of the attachment in seconds (from 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 (from voice message attachments)