Skip to content

@line/bot-sdk


@line/bot-sdk / BotInfoResponse

Type Alias: BotInfoResponse

BotInfoResponse = object

Defined in: lib/types.ts:2921

Response body of get bot info.

See

Get bot info

Properties

basicId

basicId: string

Defined in: lib/types.ts:2923


chatMode

chatMode: "chat" | "bot"

Defined in: lib/types.ts:2927


displayName

displayName: string

Defined in: lib/types.ts:2925


markAsReadMode

markAsReadMode: "auto" | "manual"

Defined in: lib/types.ts:2928


pictureUrl?

optional pictureUrl: string

Defined in: lib/types.ts:2926


premiumId?

optional premiumId: string

Defined in: lib/types.ts:2924


userId

userId: string

Defined in: lib/types.ts:2922