Skip to content

@line/bot-sdkDocs


@line/bot-sdk / messagingApi / BotInfoResponse

Type Alias: BotInfoResponse

BotInfoResponse: object

LINE Messaging API This document describes LINE Messaging API.

The version of the OpenAPI document: 0.0.1

NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). https://openapi-generator.tech Do not edit the class manually.

Type declaration

basicId

basicId: string

Bot's basic ID

See

basicId Documentation

chatMode

chatMode: ChatModeEnum

Chat settings set in the LINE Official Account Manager. One of: chat: Chat is set to "On". bot: Chat is set to "Off".

See

chatMode Documentation

displayName

displayName: string

Bot's display name

See

displayName Documentation

markAsReadMode

markAsReadMode: MarkAsReadModeEnum

Automatic read setting for messages. If the chat is set to "Off", auto is returned. If the chat is set to "On", manual is returned. auto: Auto read setting is enabled. manual: Auto read setting is disabled.

See

markAsReadMode Documentation

pictureUrl?

optional pictureUrl: string

Profile image URL. https image URL. Not included in the response if the bot doesn't have a profile image.

See

pictureUrl Documentation

premiumId?

optional premiumId: string

Bot's premium ID. Not included in the response if the premium ID isn't set.

See

premiumId Documentation

userId

userId: string

Bot's user ID

See

userId Documentation

Defined in

lib/messaging-api/model/botInfoResponse.ts:13