|
@ -95,8 +95,8 @@ class Attachment: |
|
|
use_cached: :class:`bool` |
|
|
use_cached: :class:`bool` |
|
|
Whether to use :attr:`proxy_url` rather than :attr:`url` when downloading |
|
|
Whether to use :attr:`proxy_url` rather than :attr:`url` when downloading |
|
|
the attachment. This will allow attachments to be saved after deletion |
|
|
the attachment. This will allow attachments to be saved after deletion |
|
|
more often, compared to the regular URL is generally deleted right after |
|
|
more often, compared to the regular URL which is generally deleted right |
|
|
the message is deleted. Note that this can still fail to download |
|
|
after the message is deleted. Note that this can still fail to download |
|
|
deleted attachments if too much time has passed and it does not work |
|
|
deleted attachments if too much time has passed and it does not work |
|
|
on some type of attachments. |
|
|
on some type of attachments. |
|
|
|
|
|
|
|
|