api docs: Fix typo s/emoji_type/reaction_type.

This commit is contained in:
Tim Abbott 2020-04-29 16:03:05 -07:00
parent aff58ed9d9
commit de22da768d
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ below features are supported.
**Feature level 2**: **Feature level 2**:
* [`POST /messages/{message_id}/reactions`](/api/add-emoji-reaction): * [`POST /messages/{message_id}/reactions`](/api/add-emoji-reaction):
The `emoji_type` parameter is optional; the server will guess the The `reaction_type` parameter is optional; the server will guess the
emoji_type if it is not specified (checking custom emoji, then `reaction_type` if it is not specified (checking custom emoji, then
unicode emoji for any with the provided name). unicode emoji for any with the provided name).
* `reactions` objects returned by the API (both in `GET /messages` and * `reactions` objects returned by the API (both in `GET /messages` and
in `GET /events`) now include the user who reacted in a top-level in `GET /events`) now include the user who reacted in a top-level