Skip to content

@line/bot-sdk


@line/bot-sdk / moduleOperation / GetModulesResponse

Type Alias: GetModulesResponse

GetModulesResponse = object

Defined in: lib/module/model/getModulesResponse.ts:19

List of bots to which the module is attached

See

https://developers.line.biz/en/reference/partner-docs/#get-multiple-bot-info-api

Properties

bots

bots: ModuleBot[]

Defined in: lib/module/model/getModulesResponse.ts:23

Array of Bot list Item objects representing basic information about the bot.


next?

optional next?: string

Defined in: lib/module/model/getModulesResponse.ts:27

Continuation token. Used to get the next array of basic bot information. This property is only returned if there are more unreturned results.