Conversation
|
Skipped setting and removing profile photos for now |
…OwnedGifts, UniqueGift, OwnedGift, UniqueGiftModel, UniqueGiftSymbol, UniqueGiftBackdrop, UniqueGiftBackdropColors
|
InputStoryContent might need more review / testing |
|
Posting, editing, deleting stories will need testing |
…of the type AcceptedGiftTypes in the class ChatFullInfo.
|
Done, but needs testing from my side too & careful review |
|
@Badiboy I think I am done, but there may be parts where you will need to carefully review. E.g I have kind of tested posting stories, but areas in post_story did not work. Request seems fine to me, maybe I have passed wrong values. I haven't contributed in a while so forgot some things, please check carefully and take your time |
|
Got it. |
|
Added the class InputProfilePhoto, describing a profile photo to be set. Do not see this class. |
|
Update
(We can make this update later, after merge this one) |
|
I'm done. You made huge work. |
|
I should be done for most, can you check my comments for unresolved suggestions |
|
Also skipped content type media etc for now |
telebot/types.py
Outdated
| """ | ||
| def __init__(self, unlimited_gifts: Optional[bool] = None, limited_gifts: Optional[bool] = None, | ||
| unique_gifts: Optional[bool] = None, premium_subscription: Optional[bool] = None, **kwargs): | ||
| def __init__(self, unlimited_gifts: Optional[bool], limited_gifts: Optional[bool], |
telebot/types.py
Outdated
| unique_gifts: Optional[bool] = None, premium_subscription: Optional[bool] = None, **kwargs): | ||
| def __init__(self, unlimited_gifts: Optional[bool], limited_gifts: Optional[bool], | ||
| unique_gifts: Optional[bool], premium_subscription: Optional[bool], **kwargs): | ||
| self.unlimited_gifts: Optional[bool] = unlimited_gifts |
|
The last ) Then merge )) |
|
Done I think, you can merge |
|
Good work! |
content_types=refunded_payment still not working :( |

April 11, 2025
Bot API 9.0
Business Accounts
Mini Apps
Gifts
Telegram Premium
General