@cometchat/chat-uikit-angular 4.3.35 → 4.3.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -515,7 +515,7 @@ export declare class CometChatMessageListComponent implements OnInit, OnDestroy,
515
515
  * @param {CometChat.BaseMessage} message
516
516
  * @param {string} type
517
517
  */
518
- messageReceivedHandler: (message: CometChat.BaseMessage) => void;
518
+ messageReceivedHandler: (message: CometChat.BaseMessage, isSentByMeToUser?: boolean) => void;
519
519
  playAudio(): void;
520
520
  getCallBuilder: () => any;
521
521
  reInitializeMessageList(): void;