interface WebhookFile extends ReplyFileProperties
data
The file's bytes. A node Buffer assigns here because it extends Uint8Array.
readonly data: Uint8ArrayInherited from:ReplyFile
readonly description: stringname
The filename Discord shows, and the name an attachment:// component reference resolves against. Prefix it with SPOILER_ to blur the attachment until the viewer clicks through.
- optional
title
A display title Discord shows in place of the filename.