Skip to content

Commit

Permalink
Bugfix/fix wrong types (#1460)
Browse files Browse the repository at this point in the history
* bugfix - fix wrong data types

* bugfix - fix wrong data types

* revert version changes

* revert version changes

---------

Co-authored-by: khamidjon.khamidov <[email protected]>
Co-authored-by: Ruben Bermudez <[email protected]>
  • Loading branch information
3 people committed Dec 2, 2024
1 parent ea2905d commit ce38e20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public class SavePreparedInlineMessage extends BotApiMethod<PreparedInlineMessag
* Pass True if the message can be sent to private chats with bots
*/
@JsonProperty(ALLOW_BOT_CHATS_FIELD)
private Integer allowBotChats;
private Boolean allowBotChats;
/**
* Pass True if the message can be sent to group and supergroup chats
*/
Expand Down

0 comments on commit ce38e20

Please sign in to comment.