We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f208353 commit 3e69753Copy full SHA for 3e69753
README.md
@@ -742,7 +742,10 @@ if you're just wishing a feature ;)
742
| getContent | | string or null | Get attachment content |
743
| getMimeType | | string or null | Get attachment mime type |
744
| getExtension | | string or null | Get a guessed attachment extension |
745
+| getId | | string or null | Get attachment id |
746
| getName | | string or null | Get attachment name |
747
+| getPartNumber | | int or null | Get attachment part number |
748
+| getContent | | string or null | Get attachment content |
749
| setSize | | int or null | Get attachment size |
750
| getType | | string or null | Get attachment type |
751
| getDisposition | | string or null | Get attachment disposition |
0 commit comments