Skip to content

@line/bot-sdkDocs


@line/bot-sdk / webhook / MentioneeBase

Type Alias: MentioneeBase

MentioneeBase: object

Type declaration

index

index: number

Index position of the user mention for a character in text, with the first character being at position 0.

See

index Documentation

length

length: number

The length of the text of the mentioned user. For a mention @example, 8 is the length.

See

length Documentation

type

type: string

Mentioned target.

See

type Documentation

Defined in

lib/webhook/model/mentionee.ts:20