Skip to content

GramIO API Reference / gramio/dist / GetBusinessAccountGiftsParams

Interface: GetBusinessAccountGiftsParams

Defined in: @gramio/types/out/params.d.ts:2945

Params object for getBusinessAccountGifts method

Properties

PropertyTypeDescriptionDefined in
business_connection_idstringUnique identifier of the business connection@gramio/types/out/params.d.ts:2949
exclude_from_blockchain?booleanPass True to exclude gifts that were assigned from the TON blockchain and can't be resold or transferred in Telegram@gramio/types/out/params.d.ts:2977
exclude_limited_non_upgradable?booleanPass True to exclude gifts that can be purchased a limited number of times and can't be upgraded to unique@gramio/types/out/params.d.ts:2969
exclude_limited_upgradable?booleanPass True to exclude gifts that can be purchased a limited number of times and can be upgraded to unique@gramio/types/out/params.d.ts:2965
exclude_saved?booleanPass True to exclude gifts that are saved to the account's profile page@gramio/types/out/params.d.ts:2957
exclude_unique?booleanPass True to exclude unique gifts@gramio/types/out/params.d.ts:2973
exclude_unlimited?booleanPass True to exclude gifts that can be purchased an unlimited number of times@gramio/types/out/params.d.ts:2961
exclude_unsaved?booleanPass True to exclude gifts that aren't saved to the account's profile page@gramio/types/out/params.d.ts:2953
limit?numberThe maximum number of gifts to be returned; 1-100. Defaults to 100@gramio/types/out/params.d.ts:2989
offset?stringOffset of the first entry to return as received from the previous request; use empty string to get the first chunk of results@gramio/types/out/params.d.ts:2985
sort_by_price?booleanPass True to sort results by gift price instead of send date. Sorting is applied before pagination.@gramio/types/out/params.d.ts:2981