mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-09-23 09:49:06 +03:00
feat(lib/telegraf.service.ts): set bot public
This commit is contained in:
committed by
Aleksandr Bukhalo
parent
6138ae0918
commit
cef3796f01
@@ -17,7 +17,7 @@ import { InvalidConfigurationException } from './exeptions'
|
||||
export class TelegrafService {
|
||||
private readonly logger = new Logger(TelegrafService.name, true)
|
||||
private readonly sitePublicUrl?: string
|
||||
private readonly bot: Telegraf<ContextMessageUpdate>
|
||||
public readonly bot: Telegraf<ContextMessageUpdate>
|
||||
private ref: ModuleRef
|
||||
|
||||
public constructor(
|
||||
|
Reference in New Issue
Block a user