|
|
@ -44,6 +44,8 @@ def _single_delete_strategy(messages, *, reason): |
|
|
|
class TextChannel(discord.abc.Messageable, discord.abc.GuildChannel, Hashable): |
|
|
|
"""Represents a Discord guild text channel. |
|
|
|
|
|
|
|
.. container:: operations |
|
|
|
|
|
|
|
.. describe:: x == y |
|
|
|
|
|
|
|
Checks if two channels are equal. |
|
|
@ -302,6 +304,8 @@ class TextChannel(discord.abc.Messageable, discord.abc.GuildChannel, Hashable): |
|
|
|
class VoiceChannel(discord.abc.Connectable, discord.abc.GuildChannel, Hashable): |
|
|
|
"""Represents a Discord guild voice channel. |
|
|
|
|
|
|
|
.. container:: operations |
|
|
|
|
|
|
|
.. describe:: x == y |
|
|
|
|
|
|
|
Checks if two channels are equal. |
|
|
@ -414,6 +418,8 @@ class VoiceChannel(discord.abc.Connectable, discord.abc.GuildChannel, Hashable): |
|
|
|
class DMChannel(discord.abc.Messageable, Hashable): |
|
|
|
"""Represents a Discord direct message channel. |
|
|
|
|
|
|
|
.. container:: operations |
|
|
|
|
|
|
|
.. describe:: x == y |
|
|
|
|
|
|
|
Checks if two channels are equal. |
|
|
@ -495,6 +501,8 @@ class DMChannel(discord.abc.Messageable, Hashable): |
|
|
|
class GroupChannel(discord.abc.Messageable, Hashable): |
|
|
|
"""Represents a Discord group channel. |
|
|
|
|
|
|
|
.. container:: operations |
|
|
|
|
|
|
|
.. describe:: x == y |
|
|
|
|
|
|
|
Checks if two channels are equal. |
|
|
|