Adds the replies_count property to Status

Closes #73
This commit is contained in:
Paul Woolcock
2018-09-10 08:09:09 -04:00
parent 690b029d99
commit 7d752a9fed
2 changed files with 26 additions and 0 deletions
+2
View File
@@ -30,6 +30,8 @@ pub struct Status {
pub created_at: DateTime<Utc>,
/// An array of Emoji
pub emojis: Vec<Emoji>,
/// The numbef or replies to this status.
pub replies_count: u64,
/// The number of reblogs for the status.
pub reblogs_count: u64,
/// The number of favourites for the status.