merge refactor/v2

This commit is contained in:
Morb0
2021-01-06 17:28:46 +03:00
9 changed files with 57 additions and 35 deletions

View File

@@ -8,7 +8,7 @@ import {
export interface TelegrafModuleOptions<C extends Context = Context> {
token: string;
name?: string;
botName?: string;
options?: TelegrafOptions;
launchOptions?: {
polling?: LaunchPollingOptions;