Skip to content
This repository was archived by the owner on Jul 24, 2025. It is now read-only.

UserPrivateInfo

Edward Smale edited this page Apr 8, 2020 · 1 revision

UserPrivateInfo

Represents private information of a user.

Properties

.client (Client) The client that initiated the object.

.id (Number) The ID of the user.

.bio (String) The bio of the user.

.email (Number) The email of the user.

.last_activity_at (Number) The timestamp when the user was last active.

.last_subject (String) The user's last subject.

.username (String) The username of the user.

.confirmed_at (Number) The timestamp when the user was confirmed.

.mobile_device_id (Number) The ID of the user's mobile device.

.calendar_token (String) The token of the user's calendar.

.total_storage_used (Number) The user's total storage used in bytes.

.root_folder_id (Number) The ID of the user's root folder.

.uid (String) The UID of the user.

.has_filled_details (Boolean) Whether or not the user has filled in details.

.intercom_enabled (Boolean) Whether or not the user has intercom enabled.

.confirmed_publication_warning (Boolean) Whether or not the user has confirmed the publication warning.

.last_user_activity_at (Number) The timestamp when the user was last active.

.notification_preference_id (Number) The ID of the user's notification preferences.

Clone this wiki locally