-
public interface SetMessageForReply
-
-
Method Summary
-
-
Method Detail
-
invoke
@CheckResult() abstract Call<Unit> invoke(String cid, Message message)
Set the reply state for the channel.
- Parameters:
cid- CID of the channel where reply state is being set.message- The message we want reply to.
-
-
-
-