-
public interface HideChannel
-
-
Method Summary
-
-
Method Detail
-
invoke
@CheckResult() abstract Call<Unit> invoke(String cid, Boolean keepHistory)
Hides the channel with the specified id
- Parameters:
cid- : the full channel id i.keepHistory- : boolean, if you want to keep the history of this channel or not
-
-
-
-