File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/Telegram/Types/InputMedia Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ class Animation extends InputMedia
24
24
25
25
/**
26
26
* Optional. Thumbnail of the file sent. The thumbnail should be in JPEG format and less than 200 kB in size. A
27
- * thumbnail‘ s width and height should not exceed 90. Ignored if the file is not uploaded using multipart/form-data.
28
- * Thumbnails can’ t be reused and can be only uploaded as a new file, so you can pass “ attach://<file_attach_name>”
27
+ * thumbnail' s width and height should not exceed 90. Ignored if the file is not uploaded using multipart/form-data.
28
+ * Thumbnails can' t be reused and can be only uploaded as a new file, so you can pass " attach://<file_attach_name>"
29
29
* if the thumbnail was uploaded using multipart/form-data under <file_attach_name>.
30
30
* @var InputFile
31
31
*/
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ class Audio extends InputMedia
24
24
25
25
/**
26
26
* Optional. Thumbnail of the file sent. The thumbnail should be in JPEG format and less than 200 kB in size. A
27
- * thumbnail‘ s width and height should not exceed 90. Ignored if the file is not uploaded using multipart/form-data.
28
- * Thumbnails can’ t be reused and can be only uploaded as a new file, so you can pass “ attach://<file_attach_name>”
27
+ * thumbnail' s width and height should not exceed 90. Ignored if the file is not uploaded using multipart/form-data.
28
+ * Thumbnails can' t be reused and can be only uploaded as a new file, so you can pass " attach://<file_attach_name>"
29
29
* if the thumbnail was uploaded using multipart/form-data under <file_attach_name>.
30
30
* @var InputFile
31
31
*/
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ class Document extends InputMedia
24
24
25
25
/**
26
26
* Optional. Thumbnail of the file sent. The thumbnail should be in JPEG format and less than 200 kB in size. A
27
- * thumbnail‘ s width and height should not exceed 90. Ignored if the file is not uploaded using multipart/form-data.
28
- * Thumbnails can’ t be reused and can be only uploaded as a new file, so you can pass “ attach://<file_attach_name>”
27
+ * thumbnail' s width and height should not exceed 90. Ignored if the file is not uploaded using multipart/form-data.
28
+ * Thumbnails can' t be reused and can be only uploaded as a new file, so you can pass " attach://<file_attach_name>"
29
29
* if the thumbnail was uploaded using multipart/form-data under <file_attach_name>.
30
30
* @var InputFile
31
31
*/
You can’t perform that action at this time.
0 commit comments