WebHookOptions interace port property name typo (#25391)

See contract in the source code:
435f06319e/src/telegram.js (L157)
This commit is contained in:
Victor
2018-05-01 21:25:49 +05:00
committed by Andy
parent 01ee3702e4
commit d91f6d2a8b

View File

@@ -35,7 +35,7 @@ declare namespace TelegramBot {
interface WebHookOptions {
host?: string;
post?: number;
port?: number;
key: string;
cert: string;
pfx: string;