From 713037836ccbc4c4492a71e87e4cb38df5ddc665 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Mon, 12 Sep 2016 20:25:32 -0400 Subject: [PATCH] Document new MessageType.pins_add --- docs/api.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/api.rst b/docs/api.rst index 915726210..168a6f194 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -460,6 +460,9 @@ All enumerations are subclasses of `enum`_. .. attribute:: channel_icon_change The system message denoting that a channel's icon has been changed. + .. attribute:: pins_add + + The system message denoting that a pinned message has been added to a channel. .. class:: ServerRegion