|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.41.0 (02.01.2025) |
| 4 | + |
| 5 | +### Dependencies |
| 6 | + |
| 7 | +- reqwest 0.13 |
| 8 | + |
| 9 | +### Bot API |
| 10 | + |
| 11 | +#### 9.3 |
| 12 | + |
| 13 | +- Added types: `GetChatGifts`, `GetUserGifts`, `GiftBackground`, `RepostStory`, `SendMessageDraft`, `UniqueGiftColors`, |
| 14 | + `UserRating`. |
| 15 | +- Added enum variants: |
| 16 | + - `MessageData`: `GiftUpgradeSent`. |
| 17 | + - `UniqueGiftOrigin`: `GiftedUpgrade`, `Offer`. |
| 18 | +- Added fields: |
| 19 | + - `AcceptedGiftTypes`: `gifts_from_channels`. |
| 20 | + - `Bot`: `has_topics_enabled`. |
| 21 | + - `ChatFullInfo`: `paid_message_star_count`, `rating`, `unique_gift_colors`. |
| 22 | + - `ChecklistTask`: `completed_by_chat`. |
| 23 | + - `ForumTopic`: `is_name_implicit`. |
| 24 | + - `Gift`: `background`, `has_colors`, `is_premium`, `personal_remaining_count`, `personal_total_count`, |
| 25 | + `unique_gift_variant_count`. |
| 26 | + - `GiftInfo`: `is_upgrade_separate`, `unique_gift_number`. |
| 27 | + - `MessageDataForumTopicCreated`: `is_name_implicit`. |
| 28 | + - `OwnedGiftRegular`: `is_upgrade_separate`, `unique_gift_number`. |
| 29 | + - `UniqueGift`: `colors`, `gift_id`, `is_from_blockchain`, `is_premium`. |
| 30 | +- Added methods: |
| 31 | + - `AcceptedGiftTypes`: `with_gifts_from_channels`. |
| 32 | + - `Bot`: `with_has_topics_enabled`. |
| 33 | + - `ChecklistTask`: `with_completed_by_chat`. |
| 34 | + - `CopyMessage`: `with_message_effect_id`. |
| 35 | + - `ForumTopic`: `with_is_name_implicit`. |
| 36 | + - `ForwardMessage`: `with_message_effect_id`. |
| 37 | + - `GetBusinessAccountGifts`: `with_exclude_from_blockchain`, `with_exclude_limited_non_upgradable`, |
| 38 | + `with_exclude_limited_upgradable`. |
| 39 | + - `Gift`: `with_background`, `with_has_colors`, `with_is_premium`, `with_personal_remaining_count`, |
| 40 | + `with_personal_total_count`, `with_unique_gift_variant_count`. |
| 41 | + - `GiftInfo`: `with_is_upgrade_separate`, `with_unique_gift_number`. |
| 42 | + - `MessageDataForumTopicCreated`: `with_is_name_implicit`. |
| 43 | + - `OwnedGiftRegular`: `with_is_upgrade_separate`, `with_unique_gift_number`. |
| 44 | + - `SendPaidMedia`: `with_message_thread_id`. |
| 45 | + - `UniqueGift`: `with_colors`, `with_is_from_blockchain`, `with_is_premium`. |
| 46 | +- Removed methods: |
| 47 | + - `GetBusinessAccountGifts`: `with_exclude_limited`. |
| 48 | + |
3 | 49 | ## 0.40.0 (16.08.2025) |
4 | 50 |
|
5 | 51 | ### Bot API |
|
0 commit comments