grammyjs / types

Type declarations of the Telegram Bot API.
MIT License
39 stars 5 forks source link

feat: narrow message updates #15

Closed KnorpelSenf closed 1 year ago

KnorpelSenf commented 1 year ago

As announced in https://t.me/grammyjs/100772

KnorpelSenf commented 1 year ago

@EdJoPaTo could you throw these changes into one of your larger bots and report if it caused any issues? :)

KnorpelSenf commented 1 year ago

Sounds pretty good. I assume that this works then. Just to be sure: do your tests perform type checks?

EdJoPaTo commented 1 year ago

Yes: tsc and type aware lints (xo).

KnorpelSenf commented 1 year ago

Awesome, thanks! I'll merge then :)