Readonlycategory category : "communication" = 'communication'
Readonlydescription description : "Send a document file to a Telegram chat. Supports various file types including PDFs, archives, and office documents." = 'Send a document file to a Telegram chat. Supports various file types including PDFs, archives, and office documents.'
Readonlydisplay Name displayName : "Send Telegram Document" = 'Send Telegram Document'
Readonlyhas Side Effects hasSideEffects : true
Readonlyid id : "telegramSendDocument" = 'telegramSendDocument'
inputSchema : { properties : { caption : { description : string ; type : string } ; chatId : { description : string ; type : string [] } ; document : { description : string ; type : string } ; filename : { description : string ; type : string } ; parseMode : { description : string ; enum : string [] ; type : string } ; replyToMessageId : { description : string ; type : string } ; } ; required : string [] ; type : string ; } = ...
Readonlyname name : "telegramSendDocument" = 'telegramSendDocument'
Readonlyversion version : "1.0.0" = '1.0.0'
Tool for sending documents via Telegram
SendDocumentTool
Implements