Skip to main content

ODFileData interface

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

This interface contains the data to build a file.

View Source

Properties


description type null|string

The description of the file

View Source


file type discord.BufferResolvable

The file buffer, string or raw data

View Source


name string string

The name of the file

View Source


spoiler boolean boolean

Set the file to be a spoiler

View Source