Skip to content

Commit

Permalink
feat: add context.is derive support
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Feb 25, 2024
1 parent 2ec4737 commit 8c2c490
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ export class Bot<
Errors extends ErrorDefinitions = {},
Derives extends DeriveDefinitions = DeriveDefinitions,
> {
__Derives!: Derives;

readonly options: BotOptions = {};
info: TelegramUser | undefined;

Expand Down

0 comments on commit 8c2c490

Please sign in to comment.