bottenderjs/messaging-apis

[Telegram] Incorrect type of `updateId`

sigorilla opened this issue · 1 comments

There is incorrect type for updateId in type Update, it should be number.

Prof: https://core.telegram.org/bots/api#update

This has been fixed by #623.