We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
BotApiError
1 parent bd58707 commit c05230bCopy full SHA for c05230b
src/index.ts
@@ -1,5 +1,6 @@
1
export * as Bot from './Bot.ts'
2
export * as BotApi from './BotApi.ts'
3
+export * as BotApiError from './BotApiError.ts'
4
export * as BotApiTransport from './BotApiTransport.ts'
5
export * as BotApiUrl from './BotApiUrl.ts'
6
export * as Content from './Content.ts'
0 commit comments