Shiny .NET v4 is here with BLE Windows Support, Improved GPS, & More! Check It Out
ChatView | Data Models
ChatMessage
Section titled “ChatMessage”| Property | Type | Default | Description |
|---|---|---|---|
Id | string | Auto GUID | Unique message identifier |
Text | string? | null | Message text (null for image messages) |
ImageUrl | string? | null | Image URL (null for text messages) |
SenderId | string | "" | ID matching a ChatParticipant.Id |
Timestamp | DateTimeOffset | Now | When the message was sent |
IsFromMe | bool | false | Whether this message is from the local user |
ChatParticipant
Section titled “ChatParticipant”| Property | MAUI Type | Blazor Type | Description |
|---|---|---|---|
Id | string | string | Unique participant identifier |
DisplayName | string | string | Name shown above bubbles |
Avatar / AvatarUrl | ImageSource? | string? | Avatar image (MAUI) or URL (Blazor) |
BubbleColor | Color? | string? | Per-participant bubble color override |