UNPKG

chatkitty

Version:
26 lines (18 loc) 842 B
# MessageReactionsSummaryProperties Reactions to this message ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **number** | The number of users that reacted with this emoji | [default to undefined] **emoji** | [**EmojiProperties**](EmojiProperties.md) | | [default to undefined] **users** | [**Array<ChatUserProperties>**](ChatUserProperties.md) | The users that reacted with this emoji | [default to undefined] ## Example ```typescript import { MessageReactionsSummaryProperties } from 'chatkitty'; const instance: MessageReactionsSummaryProperties = { count, emoji, users, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)