onReceiveLikesMessage property
Callback for receive likes message.
roomId
the room id.
totalLikesReceived
the likes total count.
sender
the gift sender user info.
Implementation
OnReceiveLikesMessage onReceiveLikesMessage =
(String roomId, int totalLikesReceived, TUIUserInfo sender) {};