Skip to content

@line/bot-sdk


@line/bot-sdk / webhook / AccountLinkEvent

Type Alias: AccountLinkEvent

AccountLinkEvent = EventBase & object

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

Event object for when a user has linked their LINE account with a provider's service account. You can reply to account link events.

Type Declaration

link: LinkContent

replyToken?

optional replyToken?: string

Reply token used to send reply message to this event. This property won't be included if linking the account has failed.

type

type: "accountLink"