Interface TimelineFeedResponseFriendship_status

interface TimelineFeedResponseFriendship_status {
    following: boolean;
    is_bestie: boolean;
    is_muting_reel: boolean;
    outgoing_request: boolean;
}

Properties

following: boolean
is_bestie: boolean
is_muting_reel: boolean
outgoing_request: boolean