Skip to content

Commit ce38e20

Browse files
khamidjon-khamidovkhamidjon.khamidovrubenlagus
committed
Bugfix/fix wrong types (#1460)
* 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]>
1 parent ea2905d commit ce38e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telegrambots-meta/src/main/java/org/telegram/telegrambots/meta/api/methods/message/SavePreparedInlineMessage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public class SavePreparedInlineMessage extends BotApiMethod<PreparedInlineMessag
6262
* Pass True if the message can be sent to private chats with bots
6363
*/
6464
@JsonProperty(ALLOW_BOT_CHATS_FIELD)
65-
private Integer allowBotChats;
65+
private Boolean allowBotChats;
6666
/**
6767
* Pass True if the message can be sent to group and supergroup chats
6868
*/

0 commit comments

Comments
 (0)