Get Group Info
View All Telegram Messaging API APIs →Return a group or channel's details: its name, description (about), type (group, supergroup, or channel), and participant count. Provide the sessionId and the peer (chat:<id> or channel:<id> from List Groups, or a resolvable @username). Use it to inspect a community before broadcasting or moderation.
API Features
Group details Returns the name, description, and type in one call
Member count Includes the participant count for sizing a community
Groups and channels Works for basic groups, supergroups, and channels
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/get-group API Response (JSON)
{} Query Result
Need Help?
If you encounter API issues or need other API requirements, please contact us.
Use Cases
- Audit a group before broadcasting
- Sync community metadata into a CRM or admin tool
- Verify a group's name and description programmatically