Skip to content

Commit 7acec15

Browse files
authored
docs(Chat): Add isTyping parameter (#3475)
1 parent d31e196 commit 7acec15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/chat/data-binding.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ The Chat component provides field mapping parameters to work with different data
7676
| `FilesField` | File attachments | `"Files"` |
7777
| `StatusField` | Message status | `"Status"` |
7878
| `IsDeletedField` | Indicates if the message is deleted | `"IsDeleted"` |
79-
| `IsPinnedField` | Iindicaties if the message is pinned | `"IsPinned"` |
79+
| `IsPinnedField` | Indicaties if the message is pinned | `"IsPinned"` |
80+
| `IsTypingField` | Indicaties if the message author is currently typing | `"IsTyping"` |
8081
| `ReplyToIdField` | The ID of replied message | `"ReplyToId"` |
8182
| `SuggestedActionsField` | Predefined quick replies | `"SuggestedActions"` |
8283

0 commit comments

Comments
 (0)