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/request/SetMyName.java
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@ public SetMyName() {
11
11
/**
12
12
*
13
13
* @param name New bot name; 0-64 characters. Pass an empty string to remove the dedicated name for the given language.
14
-
* @return
15
14
*/
16
15
publicSetMyNamename(Stringname) {
17
16
add("name", name);
@@ -21,7 +20,6 @@ public SetMyName name(String name) {
21
20
/**
22
21
*
23
22
* @param languageCode A two-letter ISO 639-1 language code. If empty, the name will be shown to all users for whose language there is no dedicated name.
0 commit comments