ODFileInstance class
under construction
We are still working the API Reference! This page might be incomplete or doesn't contain all details!
Overview
This is an Open Ticket file instance.
It contains all properties & functions to build a file!
Properties
data
interface ➜ api.ODFileData
The current data of this file
Methods
constructor()
function ➜ api.ODFileInstance
(no description)
setContents()
function ➜ api.ODFileInstance
Set the file contents of this attachment
View Parameters (1)
contents
: type ➜string|@types/node.Buffer
- Parameter Description Lorem Ipsum.
setDescription()
function ➜ api.ODFileInstance
Set the description of this attachment
setFile()
function ➜ api.ODFileInstance
Set the file path of this attachment
View Parameters (1)
file
: string ➜string
- Parameter Description Lorem Ipsum.
setName()
function ➜ api.ODFileInstance
Set the name of this attachment
View Parameters (1)
name
: string ➜string
- Parameter Description Lorem Ipsum.
setSpoiler()
function ➜ api.ODFileInstance
Set this attachment to show as a spoiler
View Parameters (1)
spoiler
: boolean ➜boolean
- Parameter Description Lorem Ipsum.
Defaults
under construction
We're still working on this part of the documentation!
Examples
under construction
We're still working on this part of the documentation!