List Chats
View All Telegram Messaging API APIs →Return the chats observed since the session connected (built from incoming messages), sorted by last activity, newest first. Each item includes the jid (a user:<id> / chat:<id> / channel:<id> peer), the display name when known, and the last timestamp. In-memory only, cleared on restart. Use it to build a conversation list and to discover the peer identifiers accepted by history and management endpoints.
API Features
Activity-sorted Chats come back most recently active first
Discover peers Provides the user:/chat:/channel: identifiers needed for history and group endpoints
Display names Includes the chat's display name when it is known
Live API Demo
🔒 Sign in to try it live
Log in to call this API with your own API key. New accounts get 100 free credits — no card required.
Log in / Sign upNo active API key found. Create one in your Dashboard, then reload this page. Dashboard →
GET
/api/project/telegram-messaging/list-chats API Response (JSON)
{} Query Result
Need Help?
If you encounter API issues or need other API requirements, please contact us.
Use Cases
- Render a conversation/inbox list in a support or sales tool
- Discover peer ids to fetch message history programmatically
- Enumerate groups and contacts the account is chatting with