| receipt | ’SENT’ | ‘DELIVERED’ | ‘READ’ | ‘ERROR’ | ‘WAIT’ | Based on this CometChatReceipt display an icon. |
| waitIcon | ImageType | It is use to pass user defined image in to the MessageReceipt, to change the icon While sending the message. |
| sentIcon | ImageType | It is use to pass user defined image in to the MessageReceipt, to change the icon When Message is sent. |
| deliveredIcon | ImageType | It is use to pass user defined image in to the MessageReceipt, to change the icon When Message is delivered. |
| readIcon | ImageType | It is use to pass user defined image in to the MessageReceipt, to change the icon When Message is read. |
| errorIcon | ImageType | It is use to pass user defined image in to the MessageReceipt, to change the icon While error occurs. |