Readonlycategory category : "communications" = 'communications'
Readonlydescription description : "Get chat info or pin a message in a chat (requires appropriate bot permissions)." = 'Get chat info or pin a message in a chat (requires appropriate bot permissions).'
Readonlydisplay Name displayName : "Manage Telegram Chat" = 'Manage Telegram Chat'
Readonlyhas Side Effects hasSideEffects : true
Readonlyid id : "telegramManageChat" = 'telegramManageChat'
inputSchema : { properties : { action : { description : string ; enum : string [] ; type : string } ; chatId : { description : string ; type : string [] } ; disableNotification : { default : boolean ; description : string ; type : string ; } ; messageId : { description : string ; type : string } ; } ; required : string [] ; type : string ; } = ...
Readonlyname name : "telegramManageChat" = 'telegramManageChat'
Readonlyoutput Schema outputSchema : { properties : { data : { type : string } ; error : { type : string } ; success : { type : string } ; } ; type : string ; } = ...
Readonlyrequired Capabilities requiredCapabilities : string [] = ...
Readonlyversion version : "1.0.0" = '1.0.0'
Tool for basic chat management operations (scaffold).
Note: Telegram Bot API has many admin operations; this tool currently supports a minimal subset used by the extension pack.