@@ -598,6 +598,7 @@ class PartialMessage(Hashable):
598
598
the constructor itself, and the second is via the following:
599
599
600
600
- :meth:`TextChannel.get_partial_message`
601
+ - :meth:`VoiceChannel.get_partial_message`
601
602
- :meth:`Thread.get_partial_message`
602
603
- :meth:`DMChannel.get_partial_message`
603
604
@@ -621,7 +622,7 @@ class PartialMessage(Hashable):
621
622
622
623
Attributes
623
624
-----------
624
- channel: Union[:class:`PartialMessageable`, :class:`TextChannel`, :class:`Thread`, :class:`DMChannel`]
625
+ channel: Union[:class:`PartialMessageable`, :class:`TextChannel`, :class:`VoiceChannel`, :class:` Thread`, :class:`DMChannel`]
625
626
The channel associated with this partial message.
626
627
id: :class:`int`
627
628
The message ID.
@@ -1243,7 +1244,7 @@ class Message(PartialMessage, Hashable):
1243
1244
This is not stored long term within Discord's servers and is only used ephemerally.
1244
1245
embeds: List[:class:`Embed`]
1245
1246
A list of embeds the message has.
1246
- channel: Union[:class:`TextChannel`, :class:`Thread`, :class:`DMChannel`, :class:`GroupChannel`, :class:`PartialMessageable`]
1247
+ channel: Union[:class:`TextChannel`, :class:`VoiceChannel`, :class:` Thread`, :class:`DMChannel`, :class:`GroupChannel`, :class:`PartialMessageable`]
1247
1248
The :class:`TextChannel` or :class:`Thread` that the message was sent from.
1248
1249
Could be a :class:`DMChannel` or :class:`GroupChannel` if it's a private message.
1249
1250
reference: Optional[:class:`~discord.MessageReference`]
0 commit comments