Skip to content

@line/bot-sdkDocs


@line/bot-sdk / webhook / UserMentionee

Type Alias: UserMentionee

UserMentionee: MentioneeBase & object

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.

Defined in

lib/webhook/model/userMentionee.ts:20