Skip to content

@line/bot-sdk


@line/bot-sdk / messagingApi / BotInfoResponse

Type Alias: BotInfoResponse

BotInfoResponse = object

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

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.

Properties

basicId

basicId: string

Defined in: lib/messaging-api/model/botInfoResponse.ts:25

Bot's basic ID

See

basicId Documentation


chatMode

chatMode: ChatModeEnum

Defined in: lib/messaging-api/model/botInfoResponse.ts:49

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

Defined in: lib/messaging-api/model/botInfoResponse.ts:37

Bot's display name

See

displayName Documentation


markAsReadMode

markAsReadMode: MarkAsReadModeEnum

Defined in: lib/messaging-api/model/botInfoResponse.ts:55

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

Defined in: lib/messaging-api/model/botInfoResponse.ts:43

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

Defined in: lib/messaging-api/model/botInfoResponse.ts:31

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

See

premiumId Documentation


userId

userId: string

Defined in: lib/messaging-api/model/botInfoResponse.ts:19

Bot's user ID

See

userId Documentation