List Groups and Channels
View All Telegram Messaging API APIs →Return the groups and channels the connected account belongs to. Each item includes the jid (chat:<id> for basic groups, channel:<id> for supergroups and channels), the name, the type (group, supergroup, or channel), and a participant count for basic groups. Use it to discover the peer ids needed for management operations.
API Features
Groups and channels Lists basic groups, supergroups, and channels in one call
Discover peer ids Provides the chat:/channel: identifiers needed for every group endpoint
Typed results Each entry is typed group, supergroup, or channel
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-groups API Response (JSON)
{} Query Result
Need Help?
If you encounter API issues or need other API requirements, please contact us.
Use Cases
- Build a group picker for broadcasting or moderation
- Audit which communities an account participates in
- Sync group membership into an internal console