refactor(telegram): remove dmPolicy from group allow context helper

This commit is contained in:
Ayaan Zaidi
2026-02-26 09:02:46 +05:30
committed by Ayaan Zaidi
parent c7352f6b3f
commit 470c606dac
3 changed files with 0 additions and 3 deletions

View File

@@ -16,7 +16,6 @@ export type TelegramThreadSpec = {
export async function resolveTelegramGroupAllowFromContext(params: {
chatId: string | number;
accountId?: string;
dmPolicy?: string;
isForum?: boolean;
messageThreadId?: number | null;
groupAllowFrom?: Array<string | number>;