You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: telegrambots-meta/src/main/java/org/telegram/telegrambots/meta/api/methods/message/SavePreparedInlineMessage.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ public class SavePreparedInlineMessage extends BotApiMethod<PreparedInlineMessag
62
62
* Pass True if the message can be sent to private chats with bots
63
63
*/
64
64
@JsonProperty(ALLOW_BOT_CHATS_FIELD)
65
-
privateIntegerallowBotChats;
65
+
privateBooleanallowBotChats;
66
66
/**
67
67
* Pass True if the message can be sent to group and supergroup chats
0 commit comments