| template | CometChatMessageTemplate | Sets a custom message template for the message information view. |
| message | CometChat.BaseMessage | Sets the message to be displayed in the message information view. |
| ErrorStateView | () => JSX.Element | Sets the visibility of the error view in the message information view. |
| title | String | Sets the title that will be displayed at the top of the message information. |
| ListItemView | message: CometChat.BaseMessage, receipt: Recipient) => JSX.Element | Sets a custom list item view for individual entries in the message information view. |
| receiptDatePattern | ((timestamp: number) => string) | Sets a custom date pattern for formatting receipt dates in the message information view. |
| messageInformationStyle | MessageInformationStyleInterface | Sets the overall style and appearance for the message information view. |
| readIcon | ImageType | Sets the custom icon resource for read receipts in the message information view. |
| deliveredIcon | ImageType | Sets the custom icon resource for delivered receipts in the message information view. |
| loadingIcon | ImageType | Sets the custom icon resource loading state. |
| listItemStyle | ListItemStyleInterface | Sets the style for list items in the message information view. |
| onError | ((error: CometChatException) => void) | Sets the error callback to handle any errors that may occur within the message information view. |
| emptyStateText | String | Sets the text to be displayed in the empty state view of the message information view. |
| errorStateText= | String | Sets the error message to be displayed in the error state view of the message information view. |
| EmptyStateView | () => JSX.Element | Sets the custom layout resource for the empty state view of the message information view. |
| ErrorStateView | () => JSX.Element | Sets the custom layout resource for the error state view of the message information view. |
| LoadingStateView | () => JSX.Element | Sets the custom layout resource for the loading state view of the message information view. |