mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 12:18:59 +00:00
Add PartialChannel to list of implementing classes for Messageable
This commit is contained in:
parent
0c613148af
commit
fedfe5bec2
@ -1277,12 +1277,13 @@ class GuildChannel:
|
|||||||
class Messageable:
|
class Messageable:
|
||||||
"""An ABC that details the common operations on a model that can send messages.
|
"""An ABC that details the common operations on a model that can send messages.
|
||||||
|
|
||||||
The following implement this ABC:
|
The following classes implement this ABC:
|
||||||
|
|
||||||
- :class:`~discord.TextChannel`
|
- :class:`~discord.TextChannel`
|
||||||
- :class:`~discord.VoiceChannel`
|
- :class:`~discord.VoiceChannel`
|
||||||
- :class:`~discord.DMChannel`
|
- :class:`~discord.DMChannel`
|
||||||
- :class:`~discord.GroupChannel`
|
- :class:`~discord.GroupChannel`
|
||||||
|
- :class:`~discord.PartialMessageable`
|
||||||
- :class:`~discord.User`
|
- :class:`~discord.User`
|
||||||
- :class:`~discord.Member`
|
- :class:`~discord.Member`
|
||||||
- :class:`~discord.ext.commands.Context`
|
- :class:`~discord.ext.commands.Context`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user