Added Account::url() (forgot it before)

This commit is contained in:
tastytea 2018-03-31 05:02:03 +02:00
parent e4d2b1759e
commit 168a4926d1
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 5 additions and 0 deletions

View File

@ -140,6 +140,11 @@ const std::uint64_t Account::statuses_count() const
return get_uint64("statuses_count");
}
const string Account::url() const
{
return get_string("url");
}
const string Account::username() const
{
return get_string("username");