Interface ActivityResponseInline_follow

interface ActivityResponseInline_follow {
    following: boolean;
    incoming_request?: boolean;
    outgoing_request: boolean;
    user_info: ActivityResponseUser_info;
}

Properties

following: boolean
incoming_request?: boolean
outgoing_request: boolean