Skip to main content

ODEmbedInstance 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 embed instance.

It contains all properties & functions to build an embed!

View Source

Properties


data interface api.ODEmbedData

The current data of this embed

View Source


Methods


constructor() function api.ODEmbedInstance

(no description)

View Source


addFields() function api.ODEmbedInstance

Add fields to this embed

View Parameters (1)

View Source


clearFields() function api.ODEmbedInstance

Clear all fields from this embed

View Source


setAuthor() function api.ODEmbedInstance

Set the author of this embed

View Parameters (3)
  • text: type null|string - Parameter Description Lorem Ipsum.
  • image: type null|string - Parameter Description Lorem Ipsum.
  • url: type null|string - Parameter Description Lorem Ipsum.

View Source


setColor() function api.ODEmbedInstance

Set the color of this embed

View Parameters (1)

View Source


setDescription() function api.ODEmbedInstance

Set the description of this embed

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

View Source


setFields() function api.ODEmbedInstance

Set the fields of this embed

View Parameters (1)

View Source


setFooter() function api.ODEmbedInstance

Set the footer of this embed

View Parameters (2)
  • text: type null|string - Parameter Description Lorem Ipsum.
  • image: type null|string - Parameter Description Lorem Ipsum.

View Source


setImage() function api.ODEmbedInstance

Set the image of this embed

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

View Source


setThumbnail() function api.ODEmbedInstance

Set the thumbnail of this embed

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

View Source


setTimestamp() function api.ODEmbedInstance

Set the timestamp of this embed

View Parameters (1)
  • timestamp: type null|number|Date - Parameter Description Lorem Ipsum.

View Source


setTitle() function api.ODEmbedInstance

Set the title of this embed

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

View Source


setUrl() function api.ODEmbedInstance

Set the url of this embed

View Parameters (1)
  • url: type null|string - 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!