Skip to content

Commit

Permalink
chore: update telegram imports
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Dec 26, 2024
1 parent aef086c commit 7ac8e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/api/telegram/client.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import "#lib/result";
import { Api, extensions, TelegramClient } from "telegram";
import telegramEvents from "telegram/events/index.js";
import { StringSession } from "telegram/sessions/index.js";
import telegramEvents from "telegram/events";
import { StringSession } from "telegram/sessions";
import env from "#lib/env";
import Events from "#lib/events";
import ActivityManager from "#lib/threads/activity-manager";
Expand Down

0 comments on commit 7ac8e11

Please sign in to comment.