File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20588,6 +20588,14 @@ components:
2058820588 type: string
2058920589 description: The content of the message. HTML is not supported.
2059020590 example: Hello
20591+ attachment_urls:
20592+ type: array
20593+ description: A list of image URLs that will be added as attachments. You
20594+ can include up to 10 URLs.
20595+ items:
20596+ type: string
20597+ format: uri
20598+ maxItems: 10
2059120599 created_at:
2059220600 type: integer
2059320601 format: date-time
Original file line number Diff line number Diff line change @@ -13739,6 +13739,14 @@ components:
1373913739 type: string
1374013740 description: The content of the message. HTML is not supported.
1374113741 example: Hello
13742+ attachment_urls:
13743+ type: array
13744+ description: A list of image URLs that will be added as attachments. You
13745+ can include up to 10 URLs.
13746+ items:
13747+ type: string
13748+ format: uri
13749+ maxItems: 10
1374213750 required:
1374313751 - from
1374413752 - body
Original file line number Diff line number Diff line change @@ -14548,6 +14548,14 @@ components:
1454814548 type: string
1454914549 description: The content of the message. HTML is not supported.
1455014550 example: Hello
14551+ attachment_urls:
14552+ type: array
14553+ description: A list of image URLs that will be added as attachments. You
14554+ can include up to 10 URLs.
14555+ items:
14556+ type: string
14557+ format: uri
14558+ maxItems: 10
1455114559 created_at:
1455214560 type: integer
1455314561 format: date-time
Original file line number Diff line number Diff line change @@ -14838,6 +14838,14 @@ components:
1483814838 type: string
1483914839 description: The content of the message. HTML is not supported.
1484014840 example: Hello
14841+ attachment_urls:
14842+ type: array
14843+ description: A list of image URLs that will be added as attachments. You
14844+ can include up to 10 URLs.
14845+ items:
14846+ type: string
14847+ format: uri
14848+ maxItems: 10
1484114849 created_at:
1484214850 type: integer
1484314851 format: date-time
Original file line number Diff line number Diff line change @@ -16273,6 +16273,14 @@ components:
1627316273 type: string
1627416274 description: The content of the message. HTML is not supported.
1627516275 example: Hello
16276+ attachment_urls:
16277+ type: array
16278+ description: A list of image URLs that will be added as attachments. You
16279+ can include up to 10 URLs.
16280+ items:
16281+ type: string
16282+ format: uri
16283+ maxItems: 10
1627616284 created_at:
1627716285 type: integer
1627816286 format: date-time
Original file line number Diff line number Diff line change @@ -17720,6 +17720,14 @@ components:
1772017720 type: string
1772117721 description: The content of the message. HTML is not supported.
1772217722 example: Hello
17723+ attachment_urls:
17724+ type: array
17725+ description: A list of image URLs that will be added as attachments. You
17726+ can include up to 10 URLs.
17727+ items:
17728+ type: string
17729+ format: uri
17730+ maxItems: 10
1772317731 created_at:
1772417732 type: integer
1772517733 format: date-time
Original file line number Diff line number Diff line change @@ -18442,6 +18442,14 @@ components:
1844218442 type: string
1844318443 description: The content of the message. HTML is not supported.
1844418444 example: Hello
18445+ attachment_urls:
18446+ type: array
18447+ description: A list of image URLs that will be added as attachments. You
18448+ can include up to 10 URLs.
18449+ items:
18450+ type: string
18451+ format: uri
18452+ maxItems: 10
1844518453 created_at:
1844618454 type: integer
1844718455 format: date-time
Original file line number Diff line number Diff line change @@ -11833,6 +11833,14 @@ components:
1183311833 type: string
1183411834 description: The content of the message. HTML is not supported.
1183511835 example: Hello
11836+ attachment_urls:
11837+ type: array
11838+ description: A list of image URLs that will be added as attachments. You
11839+ can include up to 10 URLs.
11840+ items:
11841+ type: string
11842+ format: uri
11843+ maxItems: 10
1183611844 required:
1183711845 - from
1183811846 - body
Original file line number Diff line number Diff line change @@ -11857,6 +11857,14 @@ components:
1185711857 type: string
1185811858 description: The content of the message. HTML is not supported.
1185911859 example: Hello
11860+ attachment_urls:
11861+ type: array
11862+ description: A list of image URLs that will be added as attachments. You
11863+ can include up to 10 URLs.
11864+ items:
11865+ type: string
11866+ format: uri
11867+ maxItems: 10
1186011868 required:
1186111869 - from
1186211870 - body
Original file line number Diff line number Diff line change @@ -13037,6 +13037,14 @@ components:
1303713037 type: string
1303813038 description: The content of the message. HTML is not supported.
1303913039 example: Hello
13040+ attachment_urls:
13041+ type: array
13042+ description: A list of image URLs that will be added as attachments. You
13043+ can include up to 10 URLs.
13044+ items:
13045+ type: string
13046+ format: uri
13047+ maxItems: 10
1304013048 required:
1304113049 - from
1304213050 - body
You can’t perform that action at this time.
0 commit comments