Members
    
        
        
DynamicContentStore.<MessageListItem.MessageListItemProps>
    
            
            # static readonly Content
    Dynamic content store
Type Definitions
# MessageListItemProps
    A object properties representing a message in message list.
    Properties:
| Name | Type | Attributes | Default | Description | 
|---|---|---|---|---|
| message | ChatState.MessageState | An object which represents a single message. | ||
| showReadStatus | boolean | <optional> | Should show read status. | |
| messageStyle | MessagingCanvas.MessageStyle | <optional> | Identifies how the message should be displayed. | |
| useFriendlyName | boolean | <optional> | true | An override to use the friendly name passed in member. | 
| authorName | string | <optional> | A custom author name to be used. | |
| avatarUrl | string | <optional> | Url to the avatar of the author. | |
| hasMarkdownSupport | boolean | <optional> | Whether Markdown feature is enabled or not | |
| member | object | <optional> | Object containing a pre-defined author name | |
| friendlyName | string | Predefined author name. |