Class UserAbout

The about profile details of a single user.

Implements

Constructors

Properties

aboutProfile?: IUserAboutProfile

About profile details of the user.

createdAt: string

The creation date of user's account.

fullName: string

The full name of the user.

id: string

The rest id of the user.

isProtected?: boolean

Whether the account is protected.

isVerified: boolean

Whether the account is verified or not.

profileImage: string

The url of the profile image.

profileImageShape?: string

The shape of the profile image.

userName: string

The username/screenname of the user.

verificationInfo?: IUserAboutVerificationInfo

Verification metadata of the user.

Accessors

Methods

  • Extracts and deserializes a single target user about profile from the given raw response data.

    Parameters

    • response: {}

      The raw response data.

    Returns undefined | UserAbout

    The target deserialized user about profile.