mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 02:08:25 +00:00
Clarify on_raw_message_edit cached message nature
This commit is contained in:
@ -97,7 +97,8 @@ class RawMessageUpdateEvent(_RawReprMixin):
|
||||
data: :class:`dict`
|
||||
The raw data given by the `gateway <https://discord.com/developers/docs/topics/gateway#message-update>`_
|
||||
cached_message: Optional[:class:`Message`]
|
||||
The cached message, if found in the internal message cache.
|
||||
The cached message, if found in the internal message cache. Represents the message before
|
||||
it is modified by the data in :attr:`RawMessageUpdateEvent.data`.
|
||||
"""
|
||||
|
||||
__slots__ = ('message_id', 'channel_id', 'data', 'cached_message')
|
||||
|
Reference in New Issue
Block a user