Profile
data class Profile(val publicKey: PublicKey, val name: String?, val displayName: String?, val about: String?, val picture: String?, val website: String?, val banner: String?, val bot: Boolean?, val unknownJson: String, val localOverride: Boolean, val updatedAt: Long, val firstSeenAt: Long? = null)
Effective authenticated profile with an optional local display-name override.
Constructors
Properties
Link copied to clipboard
Human-friendly display name.
Link copied to clipboard
Earliest stored authenticated event by this author; null when none has been observed.
Link copied to clipboard
Whether the displayed name comes from a local contact.
Link copied to clipboard
Canonical authenticated fields unknown to this SDK version.