When I use the “UserRepository.getUser” method I do not receive information if the user is muted on the channel. Why do I not have access to this information? How can I get it?
The mute status should be accessible within the specific channel. You should be able to retrieve this data when querying channel members.
Docs: https://docs.amity.co/amity-sdk/chat/channels/query-members
API: Amity API
There is no example available for mute and unmute members in typescript. It’s possible? How I do?
@mlemos Please check the following link: Mute and unmute members - #2 by amitysupport