Skip to content

@line/bot-sdk


@line/bot-sdk / webhook / UserMentionee

Type Alias: UserMentionee

UserMentionee: MentioneeBase & object

Defined in: lib/webhook/model/userMentionee.ts:20

Type declaration

isSelf?

optional isSelf: boolean

Whether the mentioned user is the bot that receives the webhook.

type

type: "user"

userId?

optional userId: string

User ID of the mentioned user. Only included if mention.mentions[].type is user and the user consents to the LINE Official Account obtaining their user profile information.