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

Type declaration

bots

bots: ModuleBot[]

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

See

bots Documentation

next?

optional next: string

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