Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LineBot

Hierarchy

  • LineBot

Implements

Index

Constructors

  • new LineBot(__namedParameters: LineBotOptions): LineBot

Properties

channelId: string
maxRequestConnections: number
platform: "line" = LINE
providerId: string

Methods

  • makeApiCall<ResBody>(method: "GET" | "POST" | "PUT" | "DELETE", path: string, body?: unknown): Promise<ResBody>
  • start(): Promise<void>
  • stop(): Promise<void>

Generated using TypeDoc