nestjs-telegraf icon indicating copy to clipboard operation
nestjs-telegraf copied to clipboard

🤖 Powerful Nest module for easy and fast creation Telegram bots

Results 46 nestjs-telegraf issues
Sort by recently updated
recently updated
newest added

Bumps [telegraf](https://github.com/telegraf/telegraf) from 4.9.1 to 4.9.2. Release notes Sourced from telegraf's releases. v4.9.2 Fixed bad shorthand for ctx.replyWithVideo (#1687) Commits 8ade098 fix: bad shorthand for replyWithVideo cb7c64a chore: centre header...

dependencies

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.36.2 to 5.37.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v5.37.0 5.37.0 (2022-09-12) Bug Fixes eslint-plugin: [strict-boolean-expressions] check all conditions in a logical operator chain (#5539) (77d76e2) website:...

dependencies

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.36.2 to 5.37.0. Release notes Sourced from @​typescript-eslint/parser's releases. v5.37.0 5.37.0 (2022-09-12) Bug Fixes eslint-plugin: [strict-boolean-expressions] check all conditions in a logical operator chain (#5539) (77d76e2) website:...

dependencies

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.2 to 4.8.3. Release notes Sourced from typescript's releases. TypeScript 4.8.3 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.184 to 4.14.185. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/lodash&package-manager=npm_and_yarn&previous-version=4.14.184&new-version=4.14.185)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 8.23.0 to 8.23.1. Release notes Sourced from eslint's releases. v8.23.1 Bug Fixes b719893 fix: Upgrade eslintrc to stop redefining plugins (#16297) (Brandon Mills) 734b54e fix: improve autofix...

dependencies

"@nestjs/core": "8.4.1", "nestjs-telegraf": "^2.6.1", "telegraf": "^4.9.1", "typescript": "^4.8.2" `node_modules/nestjs-telegraf/dist/types/index.d.ts:6:158 - error TS2344: Type 'T[U]' does not satisfy the constraint '(...args: any) => any'. Type 'T[OnlyFunctionPropertyNames]' is not assignable to type...

The Composer decorator is needed for cases when it is necessary to process events regardless of the scene. like this. ```typescript @Composer() export class CoreComposer { constructor(private userService: UserService) {}...

Hello, my issue is more about the question of how to work with scenes? This part is really not described well in docs. I was trying to create scene like...

Hi, I want to use some command and action handlers as global so that they work regardless of the user's current scene. In my telegraph bot I implemented it like...

enhancement
good first issue