| Name | Type | Description | Notes |
|---|---|---|---|
| id | uuid::Uuid | ユーザーUUID | |
| bio | String | 自己紹介(biography) | |
| groups | Vecuuid::Uuid | 所属グループのUUIDの配列 | |
| tags | Veccrate::models::UserTag | タグリスト | |
| updated_at | String | 更新日時 | |
| last_online | Option<String> | 最終オンライン日時 | |
| twitter_id | String | Twitter ID | |
| name | String | ユーザー名 | |
| display_name | String | ユーザー表示名 | |
| icon_file_id | uuid::Uuid | アイコンファイルUUID | |
| bot | bool | BOTかどうか | |
| state | crate::models::UserAccountState | ||
| permissions | Veccrate::models::UserPermission | 所有している権限の配列 | |
| home_channel | Option<uuid::Uuid> | ホームチャンネル |