Skip to content

@line/bot-sdkDocs


@line/bot-sdk / moduleOperation / ModuleBot

Type Alias: ModuleBot

ModuleBot: object

basic information about the bot.

Type declaration

basicId

basicId: string

Bot's basic ID

See

basicId Documentation

displayName

displayName: string

Bot's display name

See

displayName Documentation

pictureUrl?

optional pictureUrl: string

Profile image URL. Image URL starting with https://. 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/module/model/moduleBot.ts:16