Feature/bot api 9 6 10 0 5396225948089298602#21
Open
devrabie wants to merge 5 commits into
Open
Conversation
- Add support for Rich Messages: `RichMessage`, `RichText`, `RichBlock`. - Add endpoints `sendRichMessage` and `sendRichMessageDraft`. - Add `rich_message` to `Message` entity and `editMessageText` request. - Add Join Request Queries: `answerChatJoinRequestQuery` and `sendChatJoinRequestWebApp`. - Add `supports_join_request_queries` to `User` and `guard_bot` to `ChatFullInfo`. - Add Poll Media Link support: `Link` and `InputMediaLink`. - Add API 10.1 Arabic documentation and update changelog.
…5572945367256264 feat: Telegram Bot API 10.1 Support
…tting - Added `API_10.1_FEATURES.md` detailing new HTML formatting for Rich Messages (`<mark>`, `<sub>`, `<sup>`, `<details>`). - Updated `CHANGELOG.md` to reflect instructions for new HTML tags. - Verified changes with unit tests and code linting.
- Add support for Rich Messages: `RichMessage`, `RichText`, `RichBlock`. - Organized `RichText` and `RichBlock` subclasses into dedicated subdirectories. - Updated `subEntities()` for new subclasses to support accurate nested parsing. - Added endpoints `sendRichMessage` and `sendRichMessageDraft`. - Added `rich_message` to `Message` entity and `editMessageText` request. - Added Join Request Queries: `answerChatJoinRequestQuery` and `sendChatJoinRequestWebApp`. - Added `supports_join_request_queries` to `User` and `guard_bot` to `ChatFullInfo`. - Added Poll Media Link support: `Link` and `InputMediaLink`. - Created comprehensive `API_10.1_FEATURES.md` documentation explaining HTML/Markdown formatting for Rich Messages. - Updated `CHANGELOG.md` with new features and HTML formatting tag support.
…5572945367256264 Feature/bot api 10 1 support 6175572945367256264
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary