Readonlycategory category : "communication" = 'communication'
Readonlydescription description : "Send a text message to a Telegram chat or user. Supports Markdown and HTML formatting, reply to messages, and custom keyboards." = 'Send a text message to a Telegram chat or user. Supports Markdown and HTML formatting, reply to messages, and custom keyboards.'
Readonlydisplay Name displayName : "Send Telegram Message" = 'Send Telegram Message'
Readonlyhas Side Effects hasSideEffects : true
Readonlyid id : "telegramSendMessage" = 'telegramSendMessage'
inputSchema : { properties : { chatId : { description : string ; type : string [] } ; disableNotification : { description : string ; type : string } ; parseMode : { description : string ; enum : string [] ; type : string } ; replyMarkup : { description : string ; type : string } ; replyToMessageId : { description : string ; type : string } ; text : { description : string ; type : string } ; } ; required : string [] ; type : string ; } = ...
Readonlyname name : "telegramSendMessage" = 'telegramSendMessage'
Readonlyoutput Schema outputSchema : { properties : { chatId : { description : string ; type : string [] } ; date : { description : string ; type : string } ; messageId : { description : string ; type : string } ; text : { description : string ; type : string } ; } ; type : string ; } = ...
Readonlyversion version : "1.0.0" = '1.0.0'
Tool for sending text messages via Telegram
SendMessageTool
Implements