Skip to main content

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!

View Source

Properties


data interface api.ODFileData

The current data of this file

View Source


Methods


constructor() function api.ODFileInstance

(no description)

View Source


setContents() function api.ODFileInstance

Set the file contents of this attachment

View Parameters (1)
  • contents: type string|@types/node.Buffer - Parameter Description Lorem Ipsum.

View Source


setDescription() function api.ODFileInstance

Set the description of this attachment

View Parameters (1)
  • description: type null|string - Parameter Description Lorem Ipsum.

View Source


setFile() function api.ODFileInstance

Set the file path of this attachment

View Parameters (1)
  • file: string string - Parameter Description Lorem Ipsum.

View Source


setName() function api.ODFileInstance

Set the name of this attachment

View Parameters (1)
  • name: string string - Parameter Description Lorem Ipsum.

View Source


setSpoiler() function api.ODFileInstance

Set this attachment to show as a spoiler

View Parameters (1)
  • spoiler: boolean boolean - Parameter Description Lorem Ipsum.

View Source


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!