@persian-caesar/aparat.js
Version:
The aparat website services for npm package.
36 lines (35 loc) • 897 B
TypeScript
export interface ApiBaseProfileResponse {
profile: Profile;
}
interface Profile {
pic_s: string;
pic_m: string;
pic_b: string;
username: string;
userid: number;
name: string;
video_cnt: string;
url: string;
follower_cnt: string;
followed_cnt: string;
descr: string;
official: string;
cloob: string;
lenzor: string;
facebook: string;
twitter: string;
follow_link: null;
follow_status: null;
cover_src: null;
has_live: string;
profile_videos: string;
}
export {};
/**
* @copyright
* Code by Sobhan-SRZA (mr.sinre) | https://github.com/Sobhan-SRZA
* Developed for Persian Caesar | https://github.com/Persian-Caesar | https://dsc.gg/persian-caesar
*
* If you encounter any issues or need assistance with this code,
* please make sure to credit "Persian Caesar" in your documentation or communications.
*/