getBusinessAccountGifts
Returns OwnedGifts ↗
Returns the gifts received and owned by a managed business account. Requires the can_view_gifts_and_stars business bot right.
Required: business_connection_id · Optional: 10 parameters
Try it
TypeScript example · @effect-ak/tg-bot-client
import { makeTgBotClient } from "@effect-ak/tg-bot-client"
const client = makeTgBotClient({ bot_token: "YOUR_BOT_TOKEN" })
const result = await client.execute("get_business_account_gifts", { business_connection_id: "..."})Parameters
business_connection_id string Required
Unique identifier of the business connection.
exclude_unsaved boolean
Pass True to exclude gifts that aren’t saved to the account’s profile page.
exclude_saved boolean
Pass True to exclude gifts that are saved to the account’s profile page.
exclude_unlimited boolean
Pass True to exclude gifts that can be purchased an unlimited number of times.
exclude_limited_upgradable boolean
Pass True to exclude gifts that can be purchased a limited number of times and can be upgraded to unique.
exclude_limited_non_upgradable boolean
Pass True to exclude gifts that can be purchased a limited number of times and can’t be upgraded to unique.
exclude_unique boolean
Pass True to exclude unique gifts.
exclude_from_blockchain boolean
Pass True to exclude gifts that were assigned from the TON blockchain and can’t be resold or transferred in Telegram.
sort_by_price boolean
Pass True to sort results by gift price instead of send date. Sorting is applied before pagination.
offset string
Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results.
limit number
The maximum number of gifts to be returned; 1-100. Defaults to 100.
Related methods
getAvailableGifts · getBusinessAccountStarBalance · getBusinessConnection · getChat · getChatAdministrators · getChatGifts · getChatMember · getChatMemberCount · getChatMenuButton · getCustomEmojiStickers · getFile · getForumTopicIconStickers · getGameHighScores · getMe · getMyCommands · getMyDefaultAdministratorRights · getMyDescription · getMyName · getMyShortDescription · getMyStarBalance · getStarTransactions · getStickerSet · getUpdates · getUserChatBoosts · getUserGifts · getUserProfileAudios · getUserProfilePhotos · getWebhookInfo