diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index 34a6dca1..0d073496 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1070,6 +1070,16 @@ of :class:`enum.Enum`. Discovery requirements for 3 weeks in a row. .. versionadded:: 1.7 + .. attribute:: reply + + The message type denoting that the author is replying to a message. + + .. versionadded:: 2.0 + .. attribute:: application_command + + The system message denoting that an application (or "slash") command was executed. + + .. versionadded:: 2.0 .. class:: ActivityType |