telegram-get-boosts-list
List boosts applied to a Telegram channel or supergroup. Supports pagination and filtering for gift-only boosts. Requires admin permissions.
Instructions
List the boosts applied to a channel/supergroup (premium.GetBoostsList). Returns paginated boost entries with id, userId (or undefined for anonymous gift boosts), date, expires, flags (gift, giveaway, unclaimed), optional giveawayMsgId, usedGiftSlug, multiplier, and stars. Requires channel admin permissions. Supports pagination via nextOffset and an optional gifts filter to show only gift boosts. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat | Yes | Channel or supergroup to query — id, @username, or display name fragment | |
| gifts | No | If true, return only gift boosts | |
| limit | No | Max boosts to return per page (default 50, max 100) | |
| offset | No | Pagination cursor returned as nextOffset from the previous call |