WebhookServerOptions
interfaceDeclaration
interface WebhookServerOptions Properties
path?: string;Path the webhook is served on. Requests to other paths get a 404. Defaults to /.
secretToken?: string;Optional secret token; if set, requests must carry a matching X-Telegram-Bot-Api-Secret-Token.