We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31e196 commit 7acec15Copy full SHA for 7acec15
components/chat/data-binding.md
@@ -76,7 +76,8 @@ The Chat component provides field mapping parameters to work with different data
76
| `FilesField` | File attachments | `"Files"` |
77
| `StatusField` | Message status | `"Status"` |
78
| `IsDeletedField` | Indicates if the message is deleted | `"IsDeleted"` |
79
-| `IsPinnedField` | Iindicaties if the message is pinned | `"IsPinned"` |
+| `IsPinnedField` | Indicaties if the message is pinned | `"IsPinned"` |
80
+| `IsTypingField` | Indicaties if the message author is currently typing | `"IsTyping"` |
81
| `ReplyToIdField` | The ID of replied message | `"ReplyToId"` |
82
| `SuggestedActionsField` | Predefined quick replies | `"SuggestedActions"` |
83
0 commit comments