Triangle.js Docs
    Preparing search index...

    Interface SocialSnapshot

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

    Properties

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