mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 02:08:25 +00:00
Add version information from missing PRs.
This commit is contained in:
@ -85,6 +85,9 @@ class RawBulkMessageDeleteEvent(_RawReprMixin):
|
||||
class RawMessageUpdateEvent(_RawReprMixin):
|
||||
"""Represents the payload for a :func:`on_raw_message_edit` event.
|
||||
|
||||
.. versionchanged:: 1.3.0
|
||||
The ``channel_id`` attribute was added.
|
||||
|
||||
Attributes
|
||||
-----------
|
||||
message_id: :class:`int`
|
||||
|
Reference in New Issue
Block a user