File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ class SendAnimation extends TelegramMethods
54
54
55
55
/**
56
56
* Optional. Thumbnail of the file sent. The thumbnail should be in JPEG format and less than 200 kB in size. A
57
- * thumbnail‘ s width and height should not exceed 90. Ignored if the file is not uploaded using multipart/form-data.
58
- * Thumbnails can’ t be reused and can be only uploaded as a new file, so you can pass “ attach://<file_attach_name>”
57
+ * thumbnail' s width and height should not exceed 90. Ignored if the file is not uploaded using multipart/form-data.
58
+ * Thumbnails can' t be reused and can be only uploaded as a new file, so you can pass " attach://<file_attach_name>"
59
59
* if the thumbnail was uploaded using multipart/form-data under <file_attach_name>
60
60
* @var string|InputFile
61
61
*/
Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ class SendVenue extends TelegramMethods
53
53
public $ foursquare_id = '' ;
54
54
55
55
/**
56
- * Optional. Foursquare type of the venue. (For example, “ arts_entertainment/default”, “ arts_entertainment/aquarium”
57
- * or “ food/icecream” .)
56
+ * Optional. Foursquare type of the venue. (For example, " arts_entertainment/default", " arts_entertainment/aquarium"
57
+ * or " food/icecream" .)
58
58
* @var string
59
59
*/
60
60
public $ foursquare_type = '' ;
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ class Venue extends Result
54
54
public $ foursquare_id = '' ;
55
55
56
56
/**
57
- * Optional. Foursquare type of the venue. (For example, “ arts_entertainment/default”, “ arts_entertainment/aquarium”
58
- * or “ food/icecream” .)
57
+ * Optional. Foursquare type of the venue. (For example, " arts_entertainment/default", " arts_entertainment/aquarium"
58
+ * or " food/icecream" .)
59
59
* @var string
60
60
*/
61
61
public $ foursquare_type = '' ;
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ class Venue extends InputMessageContent
47
47
public $ foursquare_id = '' ;
48
48
49
49
/**
50
- * Optional. Foursquare type of the venue. (For example, “ arts_entertainment/default”, “ arts_entertainment/aquarium”
51
- * or “ food/icecream” .)
50
+ * Optional. Foursquare type of the venue. (For example, " arts_entertainment/default", " arts_entertainment/aquarium"
51
+ * or " food/icecream" .)
52
52
* @var string
53
53
*/
54
54
public $ foursquare_type = '' ;
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ class Venue extends TelegramTypes
40
40
public $ foursquare_id = '' ;
41
41
42
42
/**
43
- * Optional. Foursquare type of the venue. (For example, “ arts_entertainment/default”, “ arts_entertainment/aquarium”
44
- * or “ food/icecream” .)
43
+ * Optional. Foursquare type of the venue. (For example, " arts_entertainment/default", " arts_entertainment/aquarium"
44
+ * or " food/icecream" .)
45
45
* @var string
46
46
*/
47
47
public $ foursquare_type = '' ;
You can’t perform that action at this time.
0 commit comments