aboutsummaryrefslogtreecommitdiff
path: root/discord/raw_models.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2019-08-11 19:04:39 -0400
committerRapptz <[email protected]>2019-08-11 19:04:39 -0400
commitceaba01776183e7297a38d1af64fcde1b6898568 (patch)
tree483903c9f8bc21f9d4df3a51030bfe04e036655e /discord/raw_models.py
parent[tasks] Add support for explicit time parameter when running. (diff)
downloaddiscord.py-ceaba01776183e7297a38d1af64fcde1b6898568.tar.xz
discord.py-ceaba01776183e7297a38d1af64fcde1b6898568.zip
Add version information from missing PRs.
Diffstat (limited to 'discord/raw_models.py')
-rw-r--r--discord/raw_models.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/discord/raw_models.py b/discord/raw_models.py
index ac928b40..26247ca3 100644
--- a/discord/raw_models.py
+++ b/discord/raw_models.py
@@ -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`