Skip to main content

Documentation Index

Fetch the complete documentation index at: https://javascript.wapikit.com/llms.txt

Use this file to discover all available pages before exploring further.

Wapi.js Docs / TemplateParameter

Class: TemplateParameter

Represents a parameter for a template message.

Constructors

new TemplateParameter()

new TemplateParameter(params): TemplateParameter

Parameters

params: object | object | object | object | object | object The parameter data.

Returns

TemplateParameter

Source

packages/wapi.js/src/structures/template/index.ts:26

Properties

parameterData

parameterData: object | object | object | object | object | object

Source

packages/wapi.js/src/structures/template/index.ts:20