|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.36.0 (12.04.2025) |
| 4 | + |
| 5 | +### Dependencies |
| 6 | + |
| 7 | +- Updated: |
| 8 | + - tokio 1.44 |
| 9 | + |
| 10 | +### Bot API |
| 11 | + |
| 12 | +#### 9.0 |
| 13 | + |
| 14 | +- Added types: `AcceptedGiftTypes`, `BusinessBotRights`, `ConvertGiftToStars`, `DeleteBusinessMessages`, `DeleteStory`, |
| 15 | + `EditStory`, `GetBusinessAccountGifts`, `GetBusinessAccountStarBalance`, `GiftInfo`, `GiftPremiumSubscription`, |
| 16 | + `InputProfilePhoto`, `InputProfilePhotoAnimated`, `InputProfilePhotoStatic`, `InputStoryContent`, |
| 17 | + `InputStoryContentPhoto`, `InputStoryContentVideo`, `LocationAddress`, `MessageDataPaidMessagePriceChanged`, |
| 18 | + `OwnedGift`, `OwnedGiftRegular`, `OwnedGifts`, `OwnedGiftUnique`, `PostStory`, `ReadBusinessMessage`, |
| 19 | + `RemoveBusinessAccountProfilePhoto`, `SetBusinessAccountBio`, `SetBusinessAccountGiftSettings`, |
| 20 | + `SetBusinessAccountName`, `SetBusinessAccountProfilePhoto`, `SetBusinessAccountUsername`, `StarAmount`, `StoryArea`, |
| 21 | + `StoryAreaPosition`, `StoryAreaType`, `StoryAreaTypeLink`, `StoryAreaTypeLocation`, `StoryAreaTypeSuggestedReaction`, |
| 22 | + `StoryAreaTypeUniqueGift`, `StoryAreaTypeWeather`, `TransactionPartnerUserType`, `TransferBusinessAccountStars`, |
| 23 | + `TransferGift`, `UniqueGift`, `UniqueGiftBackdrop`, `UniqueGiftBackdropColors`, `UniqueGiftInfo`, `UniqueGiftModel`, |
| 24 | + `UniqueGiftSymbol`, `UpgradeGift`. |
| 25 | +- Added fields: |
| 26 | + - `BusinessConnection`: `rights`. |
| 27 | + - `ChatFullInfo`: `accepted_gift_types`. |
| 28 | + - `Message`: `paid_star_count`. |
| 29 | + - `TransactionPartnerUserParameters`: `premium_subscription_duration`, `transaction_type`. |
| 30 | +- Added methods: |
| 31 | + - `BusinessConnection`: `with_rights`. |
| 32 | + - `Message`: `with_paid_star_count`. |
| 33 | + - `TransactionPartnerUserParameters`: `with_premium_subscription_duration`. |
| 34 | +- Added enum variants: |
| 35 | + - `MessageData`: `Gift`, `PaidMessagePriceChanged`, `UniqueGift`. |
| 36 | +- Removed fields: |
| 37 | + - `BusinessConnection`: `can_reply`. |
| 38 | + - `ChatFullInfo`: `can_send_gift`. |
| 39 | +- Removed methods: |
| 40 | + - `BusinessConnection`: `with_can_reply`. |
| 41 | +- Changed signature: |
| 42 | + - `TransactionPartnerUserParameters`: `new(User) -> Self` to `new(TransactionPartnerUserType, User) -> Self`. |
| 43 | + |
3 | 44 | ## 0.35.0 (12.02.2025) |
4 | 45 |
|
5 | 46 | ### Dependencies |
|
0 commit comments