diff options
| author | Dice <[email protected]> | 2019-08-16 22:10:49 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-08-27 04:05:03 -0400 |
| commit | da4bb0610c3aeef2533123b451497c9e3d19db19 (patch) | |
| tree | 7d32e992c06e5cbc422e5ff4dc0d5afcf79c79b8 /docs/api.rst | |
| parent | Add permissions_synced to abc.GuildChannel (diff) | |
| download | discord.py-da4bb0610c3aeef2533123b451497c9e3d19db19.tar.xz discord.py-da4bb0610c3aeef2533123b451497c9e3d19db19.zip | |
Add CHANNEL_FOLLOW_ADD Message Type
Add documentation for MessageType.channel_follow_add
Add versionchanged to new MessageType attr
Add system_content for new MessageType
Diffstat (limited to 'docs/api.rst')
| -rw-r--r-- | docs/api.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index b86ef02c..1c084c21 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -760,6 +760,9 @@ of :class:`enum.Enum`. Specifies the type of :class:`Message`. This is used to denote if a message is to be interpreted as a system message or a regular message. + .. versionchanged:: 1.3.0 + The ``channel_follow_add`` attribute was added. + .. attribute:: default The default message type. This is the same as regular messages. @@ -803,6 +806,9 @@ of :class:`enum.Enum`. The system message denoting that a member has "nitro boosted" a guild and it achieved level 3. + .. attribute:: channel_follow_add + + The system message denoting that an announcement channel has been followed. .. class:: ActivityType |