You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.warning("Deprecation warning. 'exclude_limited' parameter is deprecated in get_business_account_gifts. Use 'exclude_limited_upgradable' and 'exclude_limited_non_upgradable' instead.")
logger.warning("Both 'exclude_limited' and 'exclude_limited_upgradable'/'exclude_limited_non_upgradable' parameters are set: conflicting, using 'exclude_limited_upgradable' and 'exclude_limited_non_upgradable' values.")
logger.warning("Deprecation warning. 'exclude_limited' parameter is deprecated in get_business_account_gifts. Use 'exclude_limited_upgradable' and 'exclude_limited_non_upgradable' instead.")
logger.warning("Both 'exclude_limited' and 'exclude_limited_upgradable'/'exclude_limited_non_upgradable' parameters are set: conflicting, using 'exclude_limited_upgradable' and 'exclude_limited_non_upgradable' values.")
@@ -12641,7 +12637,7 @@ class UniqueGiftInfo(JsonDeserializable):
12641
12637
after the gift was sent, or “offer” for gifts bought or sold through gift purchase offers
12642
12638
:type origin: :obj:`str`
12643
12639
12644
-
:param last_resale_star_count: Optional. For gifts bought from other users, the price paid for the gift
12640
+
:param last_resale_star_count: Deprecated. Use last_resale_currency and last_resale_amount instead.
12645
12641
:type last_resale_star_count: :obj:`int`
12646
12642
12647
12643
:param last_resale_currency: Optional. For gifts bought from other users, the currency in which the payment for the gift was done. Currently, one of “XTR” for Telegram Stars or “TON” for toncoins.
@@ -12664,17 +12660,24 @@ class UniqueGiftInfo(JsonDeserializable):
0 commit comments