Jakub Kuczys
1 month ago
No known key found for this signature in database
GPG Key ID: 9F02686F15FCBCD3
1 changed files with
1 additions and
1 deletions
-
discord/message.py
|
|
@ -2010,7 +2010,7 @@ class Message(PartialMessage, Hashable): |
|
|
|
The :class:`TextChannel` or :class:`Thread` that the message was sent from. |
|
|
|
Could be a :class:`DMChannel` or :class:`GroupChannel` if it's a private message. |
|
|
|
reference: Optional[:class:`~discord.MessageReference`] |
|
|
|
The message that this message references. This is only applicable to message replies, |
|
|
|
The message that this message references. This is only applicable to message replies (:attr:`MessageType.reply`), |
|
|
|
crossposted messages created by a followed channel integration, and messages of type: |
|
|
|
|
|
|
|
- :attr:`MessageType.pins_add` |
|
|
|