-
Notifications
You must be signed in to change notification settings - Fork 2.1k
BOT API 7.3 #2264
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
Merged
Merged
BOT API 7.3 #2264
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
be440a1
Init BOT API 7.3 with version bump
Badiboy 8a185b9
Added the field via_join_request to the class ChatMemberUpdated.
Badiboy 0e46291
Documented that .MP3 and .M4A files can be used as voice messages.
Badiboy bf8c6f7
Added support for live locations that can be edited indefinitely, all…
Badiboy 51db7de
Added the parameter live_period to the method editMessageLiveLocation.
Badiboy 71346d8
Added the parameter live_period to the method editMessageLiveLocation u1
Badiboy 1a562e5
Added the field question_entities to the class Poll.
Badiboy 4bee6ff
Added the field questiAdded the field question_entities to the class …
Badiboy 9c64ad2
Added the parameters question_parse_mode and question_entities to the…
Badiboy 0e45ef5
Added the parameters question_parse_mode and question_entities to the…
Badiboy 2c9aa1d
Added the class InputPollOption and changed the type of the parameter…
Badiboy cad5025
Fix copy_message (not for BotAPI 7.3)
Badiboy f75814b
Fix copy_message (not for BotAPI 7.3) u1
Badiboy 25241c4
Added the classes ChatBackground, BackgroundType, BackgroundFill and …
Badiboy 9a3d048
Suppress some warnings (not for BotAPI 7.3)
Badiboy 3532812
Split out the class ChatFullInfo from the class Chat and changed the …
Badiboy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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.
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.
We need some function to convert these entities into html i think; can you do that now or do we postpone it for later?
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.
I did it in the same way as other entities in this class. Thus if we want to have some function (I did not get which one) - we can do it later for all such entities.
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.
something like html_caption or html_text