Details about friendship between the active user and another user.

interface SnapchatFriendUserInfo {
    friendshipStart?: Date;
    lastInteractionTime?: Date;
}

Properties

friendshipStart?: Date

When this friendship started.

lastInteractionTime?: Date

Last interaction between this user and the active one.