You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no API to delete the profile picture of a group chat, meanwhile.
Solution
The ability to delete the profile picture of a group chat, e.g. using WPP.group.setIcon(groupId: '[email protected]', content: null), where the content will be e.g. null or empty string.
The text was updated successfully, but these errors were encountered:
Problem
There is no API to delete the profile picture of a group chat, meanwhile.
Solution
The ability to delete the profile picture of a group chat, e.g. using
WPP.group.setIcon(groupId: '[email protected]', content: null)
, where the content will be e.g.null
or empty string.The text was updated successfully, but these errors were encountered: