Skip to content

@line/bot-sdkDocs


@line/bot-sdk / BotInfoResponse

Type Alias: BotInfoResponse

BotInfoResponse: object

Response body of get bot info.

Type declaration

basicId

basicId: string

chatMode

chatMode: "chat" | "bot"

displayName

displayName: string

markAsReadMode

markAsReadMode: "auto" | "manual"

pictureUrl?

optional pictureUrl: string

premiumId?

optional premiumId: string

userId

userId: string

See

Get bot info

Defined in

lib/types.ts:2921