interface User {
    friendship_status: RealtimeLiveCommentResponse.FriendshipStatus;
    full_name: string;
    is_mentionable: boolean;
    is_private: boolean;
    is_verified: boolean;
    live_moderator_eligibility: string;
    live_moderator_status: string;
    live_with_eligibility: string;
    pk: string;
    profile_pic_id: null;
    profile_pic_url: string;
    username: string;
}

Properties

full_name: string
is_mentionable: boolean
is_private: boolean
is_verified: boolean
live_moderator_eligibility: string
live_moderator_status: string
live_with_eligibility: string
pk: string
profile_pic_id: null
profile_pic_url: string
username: string