Skip to content

@line/bot-sdk


@line/bot-sdk / webhook / MentioneeBase

Type Alias: MentioneeBase

MentioneeBase = object

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

Properties

index

index: number

Defined in: lib/webhook/model/mentionee.ts:32

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

Defined in: lib/webhook/model/mentionee.ts:38

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

See

length Documentation


type

type: string

Defined in: lib/webhook/model/mentionee.ts:26

Mentioned target.

See

type Documentation