Home Manual Reference Source Repository
import {TemplateMessage} from '@3846masa/linebot/lib/LineMessages'
public class | source

TemplateMessage

Extends:

LineMessage → TemplateMessage

See:

Constructor Summary

Public Constructor
public

constructor(params: Object)

Constructor

Member Summary

Public Members
public

Alternative text

public

Object with the contents of the template.

Inherited Summary

From class LineMessage
public

Message ID.

public

Identifier for the type of source.

Public Constructors

public constructor(params: Object) source

Constructor

Params:

NameTypeAttributeDescription
params Object
params.altText string

Alternative text

params.template TemplateComponent | Object

Object with the contents of the template.

Public Members

public altText: string source

Alternative text

public template: TemplateComponent source

Object with the contents of the template.