Sticker API component

Hierarchy

Constructors

Properties

Accessors

Methods

Constructors

  • Create a Sticker object for the API

    Parameters

    • sticker: string

      The sticker file's link

    • isItAnID: boolean = false

      Whether sticker is an id (true) or a link (false)

    Returns Sticker

Properties

id?: string

The id of the media

link?: string

The link of the media

Accessors

Methods

  • Internal

    The message built as a string. In most cases it's just JSON.stringify(this)

    Returns string

Generated using TypeDoc