When NDK fetches the user profile and copies it into an NDKUserProfile object, it always adds the created_at: number. This patch is simply updating the NDKUserProfile interface to reflect the existence of the created_at key. I am in favor of having the created_at key because I have a use case where I need to know how old the profile is.
When NDK fetches the user profile and copies it into an NDKUserProfile object, it always adds the created_at: number. This patch is simply updating the NDKUserProfile interface to reflect the existence of the created_at key. I am in favor of having the created_at key because I have a use case where I need to know how old the profile is.