Fix incorrect documentation for RelationshipSeveranceEvent (#1557)
Fixes #1556
This commit is contained in:
parent
cf628c44aa
commit
5c792e83d9
|
@ -43,9 +43,16 @@ aliases: [
|
|||
**Version history:**\
|
||||
4.3.0 - added
|
||||
|
||||
### `relationships_count` {{%optional%}} {#relationships_count}
|
||||
### `followers_count` {#followers_count}
|
||||
|
||||
**Description:** Number of follow relationships (in either direction) that were severed.\
|
||||
**Description:** Number of followers that were removed as result of the event.\
|
||||
**Type:** Integer\
|
||||
**Version history:**\
|
||||
4.3.0 - added
|
||||
|
||||
### `following_count` {#following_count}
|
||||
|
||||
**Description:** Number of accounts the user stopped following as result of the event.\
|
||||
**Type:** Integer\
|
||||
**Version history:**\
|
||||
4.3.0 - added
|
||||
|
|
Loading…
Reference in New Issue