Tilde Friends
_tf_ssb_following_t Struct Reference

#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]
 

Detailed Description

Information about a single followed account.

Member Data Documentation

◆ blocked_by_count

int _tf_ssb_following_t::blocked_by_count

The number of known users blocking the account.

◆ blocking_count

int _tf_ssb_following_t::blocking_count

The number of known users the account is blocking.

◆ depth

int _tf_ssb_following_t::depth

Degree of separation between initial accounts and this account.

◆ followed_by_count

int _tf_ssb_following_t::followed_by_count

The number of known users following the account.

◆ following_count

int _tf_ssb_following_t::following_count

The number of known users the account is following.

◆ id

char _tf_ssb_following_t::id[k_id_base64_len]

The account's identity.


The documentation for this struct was generated from the following file: