| animate | defines the type of animation, with which the view is shown, if it is a Multiview cell |
| borderless | used to hide the component borders |
| calls | enables/disables an ability to perform calls |
| chatId | stores the id of the chat being viewed currently |
| chatType | stores the type of the current chat |
| compact | toggles the compact mode of Chat |
| compactWidth | sets the width for the widget to switch to the compact mode |
| container | an HTML container (or its ID) where the component should be initialized |
| css | the name of the CSS class or the object with styles that will be applied to the view container |
| disabled | indicates whether an item is enabled |
| emojis | enables/disables an ability to send emojis |
| files | enables/disables an ability to upload and download files |
| gravity | sets the view gravity |
| grouping | allows to group several consecutive messages from the same user |
| height | sets the height of the component |
| hidden | defines whether the view will be hidden initially |
| id | the ID of a widget |
| locale | sets object with locale structure |
| maxHeight | sets the maximum height for the view |
| maxWidth | sets the maximum width for the view |
| minHeight | sets the minimal height for the view |
| minWidth | sets the minimal width for the view |
| mode | defines a mode of Chat |
| on | allows attaching custom handlers to inner events of the component |
| override | used to override default classes with new ones |
| reactions | enables/disables an ability to add reactions |
| search | stores text from the search input of the active list |
| token | authentication token for Chat |
| typingDelay | the delay between letters typing in ms |
| typingLoadedDelay | the delay between letters typing in ms, when the "end" operation comes from the server |
| typingMode | the typing mode for bot-generated responses |
| url | the URL for loading data |
| userId | stores the id of the selected user |
| voiceMessages | enables/disables an ability to record voice messages |
| width | sets the width of a widget |