JsonProperty fix for Webhook#1302
Open
Georglider wants to merge 17 commits intorubenlagus:devfrom
Open
Conversation
…r classes in the same package. It helps Webhook to return a correctly serialized json result.
…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.
Owner
|
How will you be returning the images/documents in the json? |
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
Author
|
According to Telegram API Docs, you can send InputFile using its |
Add getMessageId to MaybeInaccessibleMessage According to https://core.telegram.org/bots/api#maybeinaccessiblemessage
…ed from 'Boolean' to 'String' (according to TelegramBotAPI Official Documentation). (rubenlagus#1315)
* fix force=true for WriteAccessAllowed * + test and fixtures on write access allowed
* 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
c4394aa to
7df1524
Compare
bc4fd52 to
65c33e0
Compare
68a6f61 to
5fc7d88
Compare
52a184e to
9203912
Compare
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.

Annotated fields with missing JsonProperty in
org/telegram/telegrambots/meta/api/methodsthe way it is done in other classes in the same package.It helps Webhook to return a correctly serialized json result.