ChatPinnedMessageTagHelper
Example
Razor
<pinned-message>
</pinned-message>
Attributes
| Attribute | Type | Description |
|---|---|---|
| author-id | String | The author's unique identifier. |
| author-image-alt-text | String | The alternative text that will be displayed if no image is present. |
| author-image-url | String | The author's image. |
| author-name | String | The author's name. |
| files | IEnumerable<ChatFile> | The initial files that will be set to the chat message. |
| id | String | The unique identifier of the message. |
| is-deleted | Boolean | Checks if the message is deleted. |
| is-own-message | Boolean | Checks Whether this message belongs to the current user. |
| is-pinned | Boolean | The pin mode of the message. |
| text | String | The text of the message. |