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
Copy file name to clipboardExpand all lines: telebot/types.py
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12032,6 +12032,9 @@ class UniqueGift(JsonDeserializable):
12032
12032
:param is_premium: Optional. True, if the gift can only be purchased by Telegram Premium subscribers
12033
12033
:type is_premium: :obj:`bool`
12034
12034
12035
+
:param is_burned: Optional. True, if the gift was used to craft another gift and isn't available anymore
12036
+
:type is_burned: :obj:`bool`
12037
+
12035
12038
:param colors: Optional. The color scheme that can be used by the gift's owner for the chat's name, replies to messages and link previews; for business account gifts and gifts that are currently on sale only
12036
12039
:type colors: :class:`UniqueGiftColors`
12037
12040
:param publisher_chat: Optional. Information about the chat that published the gift
@@ -12040,7 +12043,8 @@ class UniqueGift(JsonDeserializable):
0 commit comments