-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
JsonProperty fix for Webhook #1302
base: dev
Are you sure you want to change the base?
Commits on Nov 16, 2023
-
Annotated classes fields with JsonProperty the way it is done in othe…
…r classes in the same package. It helps Webhook to return a correctly serialized json result.
Configuration menu - View commit details
-
Copy full SHA for ff28d85 - Browse repository at this point
Copy the full SHA ff28d85View commit details
Commits on Jan 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f1c8e0a - Browse repository at this point
Copy the full SHA f1c8e0aView commit details
Commits on Jan 22, 2024
-
Annotated other missing JsonProperty fields classes in org/telegram/t…
…elegrambots/meta/api/methods the way it is done in other classes in the same package. It helps Webhook to return a correctly serialized json result.
Configuration menu - View commit details
-
Copy full SHA for 4ac2ce8 - Browse repository at this point
Copy the full SHA 4ac2ce8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2ffe8b - Browse repository at this point
Copy the full SHA d2ffe8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac32664 - Browse repository at this point
Copy the full SHA ac32664View commit details
Commits on Jan 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 47be445 - Browse repository at this point
Copy the full SHA 47be445View commit details -
Update Using-Replies.md (rubenlagus#1282)
A semicolon were missing in the Standalone reply code. The reply signature changed and needs a BiConsumer<BaseAbilityBot, Update> instead of Consumer<Update> in the Ability reply
Configuration menu - View commit details
-
Copy full SHA for b0d3989 - Browse repository at this point
Copy the full SHA b0d3989View commit details
Commits on Feb 2, 2024
-
Update MaybeInaccessibleMessage.java (rubenlagus#1310)
Add getMessageId to MaybeInaccessibleMessage According to https://core.telegram.org/bots/api#maybeinaccessiblemessage
Configuration menu - View commit details
-
Copy full SHA for 870d1e5 - Browse repository at this point
Copy the full SHA 870d1e5View commit details
Commits on Feb 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1ac41ad - Browse repository at this point
Copy the full SHA 1ac41adView commit details
Commits on Feb 4, 2024
-
Fixed incorrect Chat#profileBackgroundCustomEmojiId field type. Chang…
…ed from 'Boolean' to 'String' (according to TelegramBotAPI Official Documentation). (rubenlagus#1315)
Configuration menu - View commit details
-
Copy full SHA for 6b50d68 - Browse repository at this point
Copy the full SHA 6b50d68View commit details
Commits on Feb 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6fd8977 - Browse repository at this point
Copy the full SHA 6fd8977View commit details
Commits on Feb 17, 2024
-
Missing fields and constructor update for API 7.0 (rubenlagus#1322)
* fix force=true for WriteAccessAllowed * + test and fixtures on write access allowed
Configuration menu - View commit details
-
Copy full SHA for d615fbf - Browse repository at this point
Copy the full SHA d615fbfView commit details -
Add missing methods from API 6.6 (rubenlagus#1323)
* Fix path for GetMyName method * Add missing sticker methods from API 6.6 * Fix possible NPE in InputSticker validation * Add ReplyParameters to SendInvoice API method * Removed mysterious fields in SetChatTitle
Configuration menu - View commit details
-
Copy full SHA for ed75ff9 - Browse repository at this point
Copy the full SHA ed75ff9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e96778 - Browse repository at this point
Copy the full SHA 0e96778View commit details -
Configuration menu - View commit details
-
Copy full SHA for e344f9c - Browse repository at this point
Copy the full SHA e344f9cView commit details
Commits on Feb 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d5189bc - Browse repository at this point
Copy the full SHA d5189bcView commit details
Commits on Mar 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 798b895 - Browse repository at this point
Copy the full SHA 798b895View commit details