Skip to content

Commit

Permalink
feat(telegram): export telegram types (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined-moe authored Feb 23, 2025
1 parent 060df0b commit b87f3db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions adapters/telegram/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { TelegramBot } from './bot'
import { handleUpdate } from './utils'
import * as Telegram from './types'

export { Telegram }

export class HttpServer<C extends Context = Context> extends Adapter<C, TelegramBot<C>> {
static inject = ['server']

Expand Down

0 comments on commit b87f3db

Please sign in to comment.