grammyjs / grammY

The Telegram Bot Framework.
https://grammy.dev
MIT License
2.04k stars 106 forks source link

[Proposal] Expose type FilteredContext. #572

Closed zalevsk1y closed 2 months ago

zalevsk1y commented 2 months ago

Hello, could you please export the FilteredContext type. This will make it easier code splitting in projects using Typescript. Thanks.

KnorpelSenf commented 2 months ago

It is already exported as Filter. See https://grammy.dev/ref/core/filter.