diff options
| author | Rapptz <[email protected]> | 2019-08-11 19:04:39 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-08-11 19:04:39 -0400 |
| commit | ceaba01776183e7297a38d1af64fcde1b6898568 (patch) | |
| tree | 483903c9f8bc21f9d4df3a51030bfe04e036655e /discord/raw_models.py | |
| parent | [tasks] Add support for explicit time parameter when running. (diff) | |
| download | discord.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.py | 3 |
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` |