Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LaunchOptions

Hierarchy

  • LaunchOptions

Index

Properties

Optional allowedUpdates

allowedUpdates: undefined | UpdateType[]

List the types of updates you want your bot to receive

Optional dropPendingUpdates

dropPendingUpdates: undefined | boolean

Optional webhook

webhook: undefined | { cb?: undefined | RequestListener; domain?: undefined | string; hookPath?: undefined | string; host?: undefined | string; port?: undefined | number; tlsOptions?: undefined | TlsOptions }

Configuration options for when the bot is run via webhooks

Generated using TypeDoc