add 'bot' flag to account entity (#630)

* add 'bot' flag to account entity

marked as nullable for backward compatibility, hope thats ok

* Fix typo
This commit is contained in:
Konrad Pozniak 2018-05-27 13:39:23 +02:00 committed by Eugen Rochko
parent 7c7e457ca2
commit 2163a6363d
1 changed files with 2 additions and 0 deletions

View File

@ -779,6 +779,8 @@ ___
| `header_static` | URL to the header static image (gif) | 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 |
### Application