interface SocialSnapshot {
    blocked: Blocked[];
    config: Types.Social.Config;
    friends: RelationshipSnapshot[];
    notifications: Notification[];
    online: number;
    others: RelationshipSnapshot[];
}

Properties

blocked: Blocked[]
notifications: Notification[]
online: number