Skip to content

Commit ba943ac

Browse files
fix/javadoc/brackets (#1486)
Fixed brackets on javadoc to show properly Co-authored-by: Ruben Bermudez <[email protected]>
1 parent 479e9ab commit ba943ac

File tree

13 files changed

+24
-24
lines changed

13 files changed

+24
-24
lines changed

telegrambots-meta/src/main/java/org/telegram/telegrambots/meta/api/methods/send/SendAnimation.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ public class SendAnimation extends SendMediaBotMethod<Message> {
122122
* Thumbnail of the file sent. The thumbnail should be in JPEG format and less than 200 kB in size.
123123
* A thumbnail’s width and height should not exceed 320.
124124
* Ignored if the file is not uploaded using multipart/form-data.
125-
* Thumbnails can’t be reused and can be only uploaded as a new file, so you can pass “attach://<file_attach_name>
126-
* if the thumbnail was uploaded using multipart/form-data under <file_attach_name>.
125+
* Thumbnails can’t be reused and can be only uploaded as a new file, so you can pass “attach://&lt;file_attach_name&gt;
126+
* if the thumbnail was uploaded using multipart/form-data under &lt;file_attach_name&gt;.
127127
*/
128128
private InputFile thumbnail;
129129
/**

telegrambots-meta/src/main/java/org/telegram/telegrambots/meta/api/methods/send/SendAudio.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public class SendAudio extends SendMediaBotMethod<Message> {
8585
* A thumbnail’s width and height should not exceed 320.
8686
* Ignored if the file is not uploaded using multipart/form-data.
8787
* Thumbnails can’t be reused and can be only uploaded as a new file, so you can pass
88-
* “attach://<file_attach_name>” if the thumbnail was uploaded using multipart/form-data under <file_attach_name>.
88+
* “attach://&lt;file_attach_name&gt;” if the thumbnail was uploaded using multipart/form-data under &lt;file_attach_name&gt;.
8989
*/
9090
private InputFile thumbnail;
9191
@Singular

telegrambots-meta/src/main/java/org/telegram/telegrambots/meta/api/methods/send/SendDocument.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ public class SendDocument extends SendMediaBotMethod<Message> {
7575
* Thumbnail of the file sent. The thumbnail should be in JPEG format and less than 200 kB in size.
7676
* A thumbnail’s width and height should not exceed 320.
7777
* Ignored if the file is not uploaded using multipart/form-data.
78-
* Thumbnails can’t be reused and can be only uploaded as a new file, so you can pass “attach://<file_attach_name>
79-
* if the thumbnail was uploaded using multipart/form-data under <file_attach_name>.
78+
* Thumbnails can’t be reused and can be only uploaded as a new file, so you can pass “attach://&lt;file_attach_name&gt;
79+
* if the thumbnail was uploaded using multipart/form-data under &lt;file_attach_name&gt;.
8080
*/
8181
private InputFile thumbnail;
8282
@Singular

telegrambots-meta/src/main/java/org/telegram/telegrambots/meta/api/methods/send/SendVideo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ public class SendVideo extends SendMediaBotMethod<Message> {
8787
* Thumbnail of the file sent. The thumbnail should be in JPEG format and less than 200 kB in size.
8888
* A thumbnail’s width and height should not exceed 320.
8989
* Ignored if the file is not uploaded using multipart/form-data.
90-
* Thumbnails can’t be reused and can be only uploaded as a new file, so you can pass “attach://<file_attach_name>
91-
* if the thumbnail was uploaded using multipart/form-data under <file_attach_name>.
90+
* Thumbnails can’t be reused and can be only uploaded as a new file, so you can pass “attach://&lt;file_attach_name&gt;
91+
* if the thumbnail was uploaded using multipart/form-data under &lt;file_attach_name&gt;.
9292
*/
9393
private InputFile thumbnail;
9494
@Singular

telegrambots-meta/src/main/java/org/telegram/telegrambots/meta/api/methods/send/SendVideoNote.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ public class SendVideoNote extends SendMediaBotMethod<Message> {
7070
* Thumbnail of the file sent. The thumbnail should be in JPEG format and less than 200 kB in size.
7171
* A thumbnail’s width and height should not exceed 320.
7272
* Ignored if the file is not uploaded using multipart/form-data.
73-
* Thumbnails can’t be reused and can be only uploaded as a new file, so you can pass “attach://<file_attach_name>
74-
* if the thumbnail was uploaded using multipart/form-data under <file_attach_name>.
73+
* Thumbnails can’t be reused and can be only uploaded as a new file, so you can pass “attach://&lt;file_attach_name&gt;
74+
* if the thumbnail was uploaded using multipart/form-data under &lt;file_attach_name&gt;.
7575
*/
7676
private InputFile thumbnail;
7777
private Boolean allowSendingWithoutReply; ///< Optional Pass True, if the message should be sent even if the specified replied-to message is not found

telegrambots-meta/src/main/java/org/telegram/telegrambots/meta/api/methods/stickers/CreateNewStickerSet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public class CreateNewStickerSet extends PartialBotApiMethod<Boolean> {
5959
* Short name of sticker set, to be used in t.me/addstickers/ URLs (e.g., animals).
6060
* Can contain only English letters, digits and underscores.
6161
* Must begin with a letter, can't contain consecutive underscores and must end in
62-
* "_by_<bot_username>". <bot_username> is case-insensitive. 1-64 characters.
62+
* "_by_&lt;bot_username&gt;". &lt;bot_username&gt; is case-insensitive. 1-64 characters.
6363
*/
6464
@NonNull
6565
private String name;

telegrambots-meta/src/main/java/org/telegram/telegrambots/meta/api/objects/media/InputMedia.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ public abstract class InputMedia implements Validable, BotApiObject {
6262

6363
/**
6464
* File to send. Pass a file_id to send a file that exists on the Telegram servers (recommended),
65-
* pass an HTTP URL for Telegram to get a file from the Internet, or pass "attach://<file_attach_name>"
66-
* to upload a new one using multipart/form-data under <file_attach_name> name.
65+
* pass an HTTP URL for Telegram to get a file from the Internet, or pass "attach://&lt;file_attach_name&gt;"
66+
* to upload a new one using multipart/form-data under &lt;file_attach_name&gt; name.
6767
*/
6868
@JsonProperty(MEDIA_FIELD)
6969
@NonNull

telegrambots-meta/src/main/java/org/telegram/telegrambots/meta/api/objects/media/InputMediaAnimation.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ public class InputMediaAnimation extends InputMedia {
5353
* Thumbnail of the file sent. The thumbnail should be in JPEG format and less than 200 kB in size.
5454
* A thumbnail’s width and height should not exceed 320.
5555
* Ignored if the file is not uploaded using multipart/form-data.
56-
* Thumbnails can’t be reused and can be only uploaded as a new file, so you can pass “attach://<file_attach_name>
57-
* if the thumbnail was uploaded using multipart/form-data under <file_attach_name>.
56+
* Thumbnails can’t be reused and can be only uploaded as a new file, so you can pass “attach://&lt;file_attach_name&gt;
57+
* if the thumbnail was uploaded using multipart/form-data under &lt;file_attach_name&gt;.
5858
*/
5959
private InputFile thumbnail;
6060
/**

telegrambots-meta/src/main/java/org/telegram/telegrambots/meta/api/objects/media/InputMediaAudio.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ public class InputMediaAudio extends InputMedia {
4949
* Optional. Thumbnail of the file sent. The thumbnail should be in JPEG format and less than 200 kB in size.
5050
* A thumbnail’s width and height should not exceed 320.
5151
* Ignored if the file is not uploaded using multipart/form-data.
52-
* Thumbnails can’t be reused and can be only uploaded as a new file, so you can pass “attach://<file_attach_name>
53-
* if the thumbnail was uploaded using multipart/form-data under <file_attach_name>.
52+
* Thumbnails can’t be reused and can be only uploaded as a new file, so you can pass “attach://&lt;file_attach_name&gt;
53+
* if the thumbnail was uploaded using multipart/form-data under &lt;file_attach_name&gt;.
5454
*/
5555
private InputFile thumbnail;
5656

telegrambots-meta/src/main/java/org/telegram/telegrambots/meta/api/objects/media/InputMediaDocument.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ public class InputMediaDocument extends InputMedia {
4242
* Thumbnail of the file sent. The thumbnail should be in JPEG format and less than 200 kB in size.
4343
* A thumbnail’s width and height should not exceed 320.
4444
* Ignored if the file is not uploaded using multipart/form-data.
45-
* Thumbnails can’t be reused and can be only uploaded as a new file, so you can pass “attach://<file_attach_name>
46-
* if the thumbnail was uploaded using multipart/form-data under <file_attach_name>.
45+
* Thumbnails can’t be reused and can be only uploaded as a new file, so you can pass “attach://&lt;file_attach_name&gt;
46+
* if the thumbnail was uploaded using multipart/form-data under &lt;file_attach_name&gt;.
4747
*/
4848
private InputFile thumbnail;
4949
/**

telegrambots-meta/src/main/java/org/telegram/telegrambots/meta/api/objects/media/InputMediaVideo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ public class InputMediaVideo extends InputMedia {
5757
* Thumbnail of the file sent. The thumbnail should be in JPEG format and less than 200 kB in size.
5858
* A thumbnail’s width and height should not exceed 320.
5959
* Ignored if the file is not uploaded using multipart/form-data.
60-
* Thumbnails can’t be reused and can be only uploaded as a new file, so you can pass “attach://<file_attach_name>
61-
* if the thumbnail was uploaded using multipart/form-data under <file_attach_name>.
60+
* Thumbnails can’t be reused and can be only uploaded as a new file, so you can pass “attach://&lt;file_attach_name&gt;
61+
* if the thumbnail was uploaded using multipart/form-data under &lt;file_attach_name&gt;.
6262
*/
6363
@JsonProperty(THUMBNAIL_FIELD)
6464
private InputFile thumbnail;

telegrambots-meta/src/main/java/org/telegram/telegrambots/meta/api/objects/media/paid/InputPaidMedia.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ public abstract class InputPaidMedia implements Validable, BotApiObject {
5353

5454
/**
5555
* File to send. Pass a file_id to send a file that exists on the Telegram servers (recommended),
56-
* pass an HTTP URL for Telegram to get a file from the Internet, or pass “attach://<file_attach_name>
57-
* to upload a new one using multipart/form-data under <file_attach_name> name.
56+
* pass an HTTP URL for Telegram to get a file from the Internet, or pass “attach://&lt;file_attach_name&gt;
57+
* to upload a new one using multipart/form-data under &lt;file_attach_name&gt; name.
5858
*/
5959
@JsonProperty(MEDIA_FIELD)
6060
@NonNull

telegrambots-meta/src/main/java/org/telegram/telegrambots/meta/api/objects/media/paid/InputPaidMediaVideo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ public class InputPaidMediaVideo extends InputPaidMedia {
7272
* The thumbnail should be in JPEG format and less than 200 kB in size.
7373
* A thumbnail's width and height should not exceed 320.
7474
* Ignored if the file is not uploaded using multipart/form-data.
75-
* Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://<file_attach_name>
76-
* if the thumbnail was uploaded using multipart/form-data under <file_attach_name>.
75+
* Thumbnails can't be reused and can be only uploaded as a new file, so you can pass “attach://&lt;file_attach_name&gt;
76+
* if the thumbnail was uploaded using multipart/form-data under &lt;file_attach_name&gt;.
7777
*/
7878
@JsonProperty(THUMBNAIL_FIELD)
7979
private InputFile thumbnail;

0 commit comments

Comments
 (0)