Readonlycategory category : "communication" = 'communication'
Readonlydescription description : "Retrieve information about a Telegram chat including type, title, member count, and settings." = 'Retrieve information about a Telegram chat including type, title, member count, and settings.'
Readonlydisplay Name displayName : "Get Telegram Chat Info" = 'Get Telegram Chat Info'
Readonlyhas Side Effects hasSideEffects : false
Readonlyid id : "telegramGetChatInfo" = 'telegramGetChatInfo'
inputSchema : { properties : { chatId : { description : string ; type : string [] } ; includeMemberCount : { default : boolean ; description : string ; type : string ; } ; } ; required : string [] ; type : string ; } = ...
Readonlyname name : "telegramGetChatInfo" = 'telegramGetChatInfo'
Readonlyoutput Schema outputSchema : { properties : { firstName : { description : string ; type : string } ; id : { description : string ; type : string [] } ; lastName : { description : string ; type : string } ; memberCount : { description : string ; type : string } ; title : { description : string ; type : string } ; type : { description : string ; enum : string [] ; type : string } ; username : { description : string ; type : string } ; } ; type : string ; } = ...
Readonlyversion version : "1.0.0" = '1.0.0'
Tool for getting Telegram chat information
GetChatInfoTool
Implements