rpaschoal / ng-chat

💬 A simple facebook/linkedin lookalike chat module for Angular applications.
MIT License
155 stars 92 forks source link

I am wondering how to change avatar for a picture? #109

Closed cristiantorresf19191919 closed 5 years ago

cristiantorresf19191919 commented 5 years ago

I am wondering how to change avatar for a picture?

rpaschoal commented 5 years ago

Hi @cristiantorresf19191919 ,

Use the avatar property of the IChatParticipant interface which is implemented by User or Group.

Cheers!

cristiantorresf19191919 commented 5 years ago

excuse I am very new on coding can you PLEASE provide me an example I was lost with IChatParticipant interface it's like talking to me in Mandarin with hiccup

rpaschoal commented 5 years ago

Hi @cristiantorresf19191919 ,

Please check the following repositories for examples:

https://github.com/rpaschoal/ng-chat-netcoreapp https://github.com/rpaschoal/ng-chat-nodejs