-
Notifications
You must be signed in to change notification settings - Fork 6k
Api 9.3 UniqueGiftInfo
#5094
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: api-9.3-central
Are you sure you want to change the base?
Api 9.3 UniqueGiftInfo
#5094
Conversation
aelkheir
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi! sorry this was pending for a while
just one optional comment 😶🌫️ and the chango fragment conflict
ps: note to self to later add this to tests/test_official/exceptions.py:~162
# backwards compatibility for api 9.3 changes
# tags: deprecated NEXT.VERSION, bot api 9.3
"UniqueGiftInfo": {"last_resale_star_count"},| to transfer the gift; omitted if the bot cannot transfer the gift. | ||
| last_resale_star_count (:obj:`int`): Optional. For gifts bought from other users, the price | ||
| paid for the gift. | ||
| last_resale_currency (:obj:`str`, optional): For gifts bought from other users, the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| last_resale_currency (:obj:`str`, optional): For gifts bought from other users, the | |
| last_resale_currency (:obj:`str`): Optional. For gifts bought from other users, the |
| .. versionadded:: 22.3 | ||
| .. versionadded:: NEXT.VERSION | ||
| last_resale_amount (:obj:`int`, optional): For gifts bought from other users, the price |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| last_resale_amount (:obj:`int`, optional): For gifts bought from other users, the price | |
| last_resale_amount (:obj:`int`): Optional. For gifts bought from other users, the price |
No description provided.