diff options
| author | Rapptz <[email protected]> | 2021-08-10 09:24:49 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-08-10 09:24:49 -0400 |
| commit | 1279510194441135070a294254365db3dbf03897 (patch) | |
| tree | d12b5f2323e1e650ebc22ae7e9d161439e18ea08 /docs/api.rst | |
| parent | Fill in ConnectionState.user via HTTPClient.static_login (diff) | |
| download | discord.py-1279510194441135070a294254365db3dbf03897.tar.xz discord.py-1279510194441135070a294254365db3dbf03897.zip | |
Add support for PartialMessageable instances
This allows library users to send messages to channels without fetching
it first.
Diffstat (limited to 'docs/api.rst')
| -rw-r--r-- | docs/api.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index c8a09d88..82978e7c 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -3574,6 +3574,15 @@ RoleTags .. autoclass:: RoleTags() :members: +PartialMessageable +~~~~~~~~~~~~~~~~~~~~ + +.. attributetable:: PartialMessageable + +.. autoclass:: PartialMessageable() + :members: + :inherited-members: + TextChannel ~~~~~~~~~~~~ |