Interface BlockedUsersFeedResponseRootObject

interface BlockedUsersFeedResponseRootObject {
    blocked_list: BlockedUsersFeedResponseBlockedListItem[];
    next_max_id: string;
    page_size: number;
    status: string;
}

Properties

next_max_id: string
page_size: number
status: string