Telegram: merge duplicate native command imports

This commit is contained in:
Vincent Koc 2026-03-13 13:52:59 -07:00
parent 79a6188f5f
commit f1687cd44b
1 changed files with 4 additions and 2 deletions

View File

@ -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,