Record
user-short-info
No description available.
record user-short-info {
full-name: option<string>,
id: option<string>,
profile-picture: option<string>,
username: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| full-name | option<string> | |
| id | option<string> | |
| profile-picture | option<string> | |
| username | option<string> |