fix(Telegram Trigger Node): Fix issue with videos not being downloaded (#10007)

This commit is contained in:
Jon
2024-07-11 15:36:09 +01:00
committed by GitHub
parent 28ca7d6a2d
commit e84ab35c4a
2 changed files with 7 additions and 1 deletions

View File

@@ -7,6 +7,9 @@ interface EventBody {
document?: {
file_id: string;
};
video?: {
file_id: string;
};
}
export interface IEvent {