@@ -32,10 +32,6 @@ export const telegramWebhookTrigger: TriggerConfig = {
3232 type : 'string' ,
3333 description : 'Message text content (if present)' ,
3434 } ,
35- caption : {
36- type : 'string' ,
37- description : 'Caption for media messages (if present)' ,
38- } ,
3935 date : {
4036 type : 'number' ,
4137 description : 'Date the message was sent (Unix timestamp)' ,
@@ -64,7 +60,6 @@ export const telegramWebhookTrigger: TriggerConfig = {
6460 } ,
6561 chat : {
6662 id : { type : 'number' , description : 'Chat identifier' } ,
67- title : { type : 'string' , description : 'Chat title (for groups/channels)' } ,
6863 username : { type : 'string' , description : 'Chat username (if available)' } ,
6964 first_name : { type : 'string' , description : 'First name (for private chats)' } ,
7065 last_name : { type : 'string' , description : 'Last name (for private chats)' } ,
@@ -74,7 +69,6 @@ export const telegramWebhookTrigger: TriggerConfig = {
7469 is_bot : { type : 'boolean' , description : 'Whether the sender is a bot' } ,
7570 first_name : { type : 'string' , description : 'Sender first name' } ,
7671 last_name : { type : 'string' , description : 'Sender last name' } ,
77- username : { type : 'string' , description : 'Sender username (if available)' } ,
7872 language_code : { type : 'string' , description : 'Sender language code (if available)' } ,
7973 } ,
8074 } ,
@@ -83,17 +77,9 @@ export const telegramWebhookTrigger: TriggerConfig = {
8377 id : { type : 'number' , description : 'Sender user ID' } ,
8478 firstName : { type : 'string' , description : 'Sender first name' } ,
8579 lastName : { type : 'string' , description : 'Sender last name' } ,
86- username : { type : 'string' , description : 'Sender username (if available)' } ,
8780 languageCode : { type : 'string' , description : 'Sender language code (if available)' } ,
8881 isBot : { type : 'boolean' , description : 'Whether the sender is a bot' } ,
8982 } ,
90- chat : {
91- id : { type : 'number' , description : 'Chat identifier' } ,
92- title : { type : 'string' , description : 'Chat title (for groups/channels)' } ,
93- username : { type : 'string' , description : 'Chat username (if available)' } ,
94- firstName : { type : 'string' , description : 'First name (for private chats)' } ,
95- lastName : { type : 'string' , description : 'Last name (for private chats)' } ,
96- } ,
9783 updateId : {
9884 type : 'number' ,
9985 description : 'Update ID for this webhook delivery' ,
0 commit comments