-
-
Notifications
You must be signed in to change notification settings - Fork 382
BOT API v7.4 #381
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
BOT API v7.4 #381
Conversation
…owing 0x7FFFFFFF to be used as live_period: Added the class "LivePeriod" with the static Integer field INFINITE_LIVE_PERIOD. Should be documented if we decide to keep it.
I'm not going to write Kotlin classes as I'm a Java user. You are free to convert those if you prefer. |
… options in the method sendPoll to Array of InputPollOption
…the field chat_background_set of type ChatBackground to the class Message, describing service messages about background changes
…return type of the method getChat to ChatFullInfo. Note: this is a breaking change that may require updating the user code
…iceLink must be omitted for payments in Telegram Stars
… be omitted for payments in Telegram Stars
…utMedia and InlineQueryResult
… the methods sendAnimation, sendPhoto, sendVideo, copyMessage, and editMessageCaptionow_caption_above_media
BOT API v7.4 is also ready. @pengrad You can review and merge if everything is ok. Thank you! |
…alization (api v7.3)
Pushed a fix for deserialization of sub-classes of BackgroundType and BackgroundFill (API v7.3) |
I'll check it today |
Need to update the BOT API from v7.2 to v7.4 (released today, changelog).
Here's the task to be done, please write a comment if you plan to help on some features.
Help is very welcome.
BOT API v7.3:
BOT API v7.4:
Thanks everyone!