Skip to content

@line/bot-sdk


@line/bot-sdk / BotInfoResponse

Type Alias: BotInfoResponse

BotInfoResponse = object

Defined in: lib/types.ts:2814

Response body of get bot info.

See

Get bot info

Properties

basicId

basicId: string

Defined in: lib/types.ts:2816


chatMode

chatMode: "chat" | "bot"

Defined in: lib/types.ts:2820


displayName

displayName: string

Defined in: lib/types.ts:2818


markAsReadMode

markAsReadMode: "auto" | "manual"

Defined in: lib/types.ts:2821


pictureUrl?

optional pictureUrl: string

Defined in: lib/types.ts:2819


premiumId?

optional premiumId: string

Defined in: lib/types.ts:2817


userId

userId: string

Defined in: lib/types.ts:2815