Problems with PhotonChatApi while building

Hi!

I faced with such problem at my project after update version of Photon. I tried to find solution by my own, but can't.

I have next issue.

I just do next steps:
1. Create new Unity3d project;
2. Push it to repository on bitbucket;
3. Try to build project in Cloud Build;
And till this step - everything is fine, I have succeed build;

Then
4. Import Photon Unity Networking pluging from assets store in Unity3d project;
5. Push it to my repo;
6. Try to build project in Cloud Build;
7. Have next error in Cloud Build's console:
958: [Unity] Assets/Plugins/PhotonChatApi/ChatClient.cs(32,31): error CS0246: The type or namespace name `IPhotonPeerListener' could not be found. Are you missing a using directive or an assembly reference?
959: [Unity] Assets/Plugins/PhotonChatApi/ChatPeer.cs(20,31): error CS0246: The type or namespace name `PhotonPeer' could not be found. Are you missing a using directive or an assembly reference?
I tried to change setting of all Photon3Unity3D.dll files(at Plugins foler, at WP8 folder and at Metro folder), but it didn't help.

Does anyone have any ideas how to fix it?

Answers