mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(Telegram Trigger Node): Add options to restrict to chat and user IDs (#14164)
This commit is contained in:
@@ -10,6 +10,12 @@ interface EventBody {
|
||||
video?: {
|
||||
file_id: string;
|
||||
};
|
||||
chat?: {
|
||||
id: number;
|
||||
};
|
||||
from?: {
|
||||
id: number;
|
||||
};
|
||||
}
|
||||
|
||||
export interface IEvent {
|
||||
|
||||
Reference in New Issue
Block a user