+ void sendTyping(
+ String recipient, boolean stop
+ ) throws Error.Failure, Error.GroupNotFound, Error.UntrustedIdentity;
+
+ void sendReadReceipt(
+ String recipient, List<Long> targetSentTimestamp
+ ) throws Error.Failure, Error.UntrustedIdentity;
+