Telegram Integration
Connect Telegram channels and groups to Metalogue
Telegram Integration
Connect your Telegram bot to index channel and group messages.
Quick Start
const connector = await client.createConnector({
connector_type: 'telegram',
display_name: 'Company Telegram',
credentials: {
bot_token: 'xxxxxxxxxxxx:xxxxxxxxxxxx',
},
});
await client.syncConnector(connector.connector_id, true);
Synced Content
| Content Type | Indexed Fields |
|---|---|
| Messages | text, sender |
| Channels | title, description |
| Files | name, caption |
Configuration
{
"settings": {
"chat_ids": ["-100xxxx"],
"sync_files": true
}
}
