grammyjs / types

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

fix: avoid never types #18

Closed KnorpelSenf closed 1 year ago

KnorpelSenf commented 1 year ago

We only guarantee properties that are known to be present, but never remove properties that are known to be absent. grammyjs/types#15 broke with this philosophy and led to grammyjs/hydrate#11. This PQ fixes that.

Towards grammyjs/hydrate#11.

KnorpelSenf commented 1 year ago

Will release shortly.