Readonlycategory category : "communications" = 'communications'
Readonlydescription description : "Send a document/file to a Telegram chat or user with an optional caption." = 'Send a document/file to a Telegram chat or user with an optional caption.'
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 } ; parseMode : { description : string ; enum : string [] ; type : string } ; } ; required : string [] ; type : string ; } = ...
Readonlyname name : "telegramSendDocument" = 'telegramSendDocument'
Readonlyoutput Schema outputSchema : { properties : { chatId : { type : string [] } ; date : { type : string } ; error : { type : string } ; messageId : { type : string } ; success : { type : string } ; } ; type : string ; } = ...
Readonlyrequired Capabilities requiredCapabilities : string [] = ...
Readonlyversion version : "1.0.0" = '1.0.0'
Tool for sending documents via Telegram Bot API