diff --git a/src/telegram/bot-handlers.ts b/src/telegram/bot-handlers.ts index e5293345320..e020991e92a 100644 --- a/src/telegram/bot-handlers.ts +++ b/src/telegram/bot-handlers.ts @@ -43,8 +43,10 @@ import { type NormalizedAllowFrom, } from "./bot-access.js"; import type { TelegramMediaRef } from "./bot-message-context.js"; -import { RegisterTelegramHandlerParams } from "./bot-native-commands.js"; -import { parseTelegramNativeCommandCallbackData } from "./bot-native-commands.js"; +import { + parseTelegramNativeCommandCallbackData, + RegisterTelegramHandlerParams, +} from "./bot-native-commands.js"; import { MEDIA_GROUP_TIMEOUT_MS, type MediaGroupEntry,