Tilde Friends
|
#include <ssb.db.h>
Public Attributes | |
int | following_count |
int | blocking_count |
int | followed_by_count |
int | blocked_by_count |
int | depth |
char | id [k_id_base64_len] |
Information about a single followed account.
int _tf_ssb_following_t::blocked_by_count |
The number of known users blocking the account.
int _tf_ssb_following_t::blocking_count |
The number of known users the account is blocking.
int _tf_ssb_following_t::depth |
Degree of separation between initial accounts and this account.
int _tf_ssb_following_t::followed_by_count |
The number of known users following the account.
int _tf_ssb_following_t::following_count |
The number of known users the account is following.
char _tf_ssb_following_t::id[k_id_base64_len] |
The account's identity.