From fad398fa5bcfd4390d985efae1a1b09b4496b976 Mon Sep 17 00:00:00 2001 From: zyanai <35074889+zyanai@users.noreply.github.com> Date: Fri, 10 Aug 2018 00:51:21 +0300 Subject: [PATCH] Add emoji field to description of Account (#657) --- Using-the-API/API.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Using-the-API/API.md b/Using-the-API/API.md index fbadaf04..9524a233 100644 --- a/Using-the-API/API.md +++ b/Using-the-API/API.md @@ -872,6 +872,7 @@ ___ | `avatar_static` | URL to the avatar static image (gif) | no | | `header` | URL to the header image | no | | `header_static` | URL to the header static image (gif) | no | +| `emojis` | Array of [Emoji](#emoji) in account username and note | no | | `moved` | If the owner decided to switch accounts, new account is in this attribute | yes | | `fields` | Array of profile metadata field, each element has 'name' and 'value' | yes | | `bot` | Boolean to indicate that the account performs automated actions | yes |