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: library/src/main/java/com/pengrad/telegrambot/model/request/InlineQueryResultArticle.java
+5-1
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,12 @@ public InlineQueryResultArticle url(String url) {
34
34
returnthis;
35
35
}
36
36
37
+
/**
38
+
* @deprecated hideUrl method is removed since <a href="https://core.telegram.org/bots/api#january-1-2025">Bot API 8.2</a>. This method removes url parameter to emulate hideUrl parameter behavior. It may break your code logic. Pass an empty string as url instead.
0 commit comments