Skip to content

@line/bot-sdk


@line/bot-sdk / webhook / PostbackEvent

Type Alias: PostbackEvent

PostbackEvent = EventBase & object

Defined in: lib/webhook/model/postbackEvent.ts:24

Event object for when a user performs a postback action which initiates a postback. You can reply to postback events.

Type Declaration

postback

postback: PostbackContent

replyToken?

optional replyToken?: string

Reply token used to send reply message to this event

type

type: "postback"