mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
WebHookOptions interace port property name typo (#25391)
See contract in the source code:
435f06319e/src/telegram.js (L157)
This commit is contained in:
2
types/node-telegram-bot-api/index.d.ts
vendored
2
types/node-telegram-bot-api/index.d.ts
vendored
@@ -35,7 +35,7 @@ declare namespace TelegramBot {
|
||||
|
||||
interface WebHookOptions {
|
||||
host?: string;
|
||||
post?: number;
|
||||
port?: number;
|
||||
key: string;
|
||||
cert: string;
|
||||
pfx: string;
|
||||
|
||||
Reference in New Issue
Block a user