mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
fix(Telegram Trigger Node): Fix issue with videos not being downloaded (#10007)
This commit is contained in:
@@ -7,6 +7,9 @@ interface EventBody {
|
||||
document?: {
|
||||
file_id: string;
|
||||
};
|
||||
video?: {
|
||||
file_id: string;
|
||||
};
|
||||
}
|
||||
|
||||
export interface IEvent {
|
||||
|
||||
Reference in New Issue
Block a user