diff options
| author | Rapptz <[email protected]> | 2017-05-30 22:27:45 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-05-30 22:27:45 -0400 |
| commit | 8d3279b291f9f39ed5a9012eaad5f56442453714 (patch) | |
| tree | 0aad8b2a29c5b4db96f768b293e3fa8ccdf3b4e6 /docs | |
| parent | Remove unused functions in HTTPClient. (diff) | |
| download | discord.py-8d3279b291f9f39ed5a9012eaad5f56442453714.tar.xz discord.py-8d3279b291f9f39ed5a9012eaad5f56442453714.zip | |
Implement an Attachment model.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index 2bb9853d..0fb2134d 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1617,6 +1617,12 @@ User .. autocomethod:: typing :async-with: +Attachment +~~~~~~~~~~~ + +.. autoclass:: Attachment + :members: + Message ~~~~~~~ |