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

    Tool for fetching recent messages from a chat.

    Note: Telegram Bot API does not provide message history directly; the underlying service returns a hint when unavailable.

    Implements

    Index

    Constructors

    Properties

    category: "communications" = 'communications'
    description: "Fetch recent messages from a Telegram chat (requires caching/webhooks)." = 'Fetch recent messages from a Telegram chat (requires caching/webhooks).'
    displayName: "Poll Telegram Messages" = 'Poll Telegram Messages'
    hasSideEffects: false
    id: "telegramPollMessages" = 'telegramPollMessages'
    inputSchema: {
        properties: {
            chatId: { description: string; type: string[] };
            limit: { default: number; description: string; type: string };
        };
        required: string[];
        type: string;
    } = ...
    name: "telegramPollMessages" = 'telegramPollMessages'
    outputSchema: {
        properties: {
            data: { type: string };
            error: { type: string };
            success: { type: string };
        };
        type: string;
    } = ...
    requiredCapabilities: string[] = ...
    version: "1.0.0" = '1.0.0'

    Methods