Add emoji field to description of Account (#657)

This commit is contained in:
zyanai 2018-08-10 00:51:21 +03:00 committed by Eugen Rochko
parent 568a67ef2f
commit fad398fa5b
1 changed files with 1 additions and 0 deletions

View File

@ -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 |