Interface IUserAboutProfile

About profile information for a user.

interface IUserAboutProfile {
    accountBasedIn?: string;
    createdCountryAccurate?: boolean;
    learnMoreUrl?: string;
    locationAccurate?: boolean;
    source?: string;
    usernameChanges?: IUserAboutUsernameChanges;
}

Properties

accountBasedIn?: string

The country where the account is based.

createdCountryAccurate?: boolean

Whether the created country is accurate.

learnMoreUrl?: string

The help URL for verified accounts.

locationAccurate?: boolean

Whether the location is accurate.

source?: string

The source platform of the account.

usernameChanges?: IUserAboutUsernameChanges

Username change metadata for the user.