Common data for the user object.
More...
|
| string? | Username [get, set] |
| | The username of the user.
|
| |
| string? | DisplayName [get, set] |
| | User display name.
|
| |
| string? | TagLine [get, set] |
| | User Tagline/Status.
|
| |
| string? | Bio [get, set] |
| | User Bio.
|
| |
| string? | ProfilePictureBase64 [get, set] |
| | Profile picture of the user encoded as b64.
|
| |
| string? | Email [get, set] |
| | Email of the user (null if user does not provide contact info)
|
| |
Common data for the user object.
◆ Bio
| string? NookpostBackend.ApiSchemas.Users.UserData.Bio |
|
getset |
◆ DisplayName
| string? NookpostBackend.ApiSchemas.Users.UserData.DisplayName |
|
getset |
◆ Email
| string? NookpostBackend.ApiSchemas.Users.UserData.Email |
|
getset |
Email of the user (null if user does not provide contact info)
◆ ProfilePictureBase64
| string? NookpostBackend.ApiSchemas.Users.UserData.ProfilePictureBase64 |
|
getset |
Profile picture of the user encoded as b64.
◆ TagLine
| string? NookpostBackend.ApiSchemas.Users.UserData.TagLine |
|
getset |
◆ Username
| string? NookpostBackend.ApiSchemas.Users.UserData.Username |
|
getset |
The username of the user.
The documentation for this class was generated from the following file: