AgentOS Extensions API - v1.0.3
    Preparing search index...

    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.

    Implements

    Index

    Constructors

    Properties

    category: "communications" = 'communications'
    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).'
    displayName: "Manage Telegram Chat" = 'Manage Telegram Chat'
    hasSideEffects: true
    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;
    } = ...
    name: "telegramManageChat" = 'telegramManageChat'
    outputSchema: {
        properties: {
            data: { type: string };
            error: { type: string };
            success: { type: string };
        };
        type: string;
    } = ...
    requiredCapabilities: string[] = ...
    version: "1.0.0" = '1.0.0'

    Methods