Skip to content

@line/bot-sdk


@line/bot-sdk / moduleOperation / GetModulesResponse

Type Alias: GetModulesResponse

GetModulesResponse = object

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

List of bots to which the module is attached

Properties

bots

bots: ModuleBot[]

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

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

See

bots Documentation


next?

optional next: string

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

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

See

next Documentation