|
@@ -459,16 +459,6 @@ public interface NcApi {
|
|
|
@Field("state") Integer state,
|
|
|
@Field("timer") Long timer);
|
|
|
|
|
|
- @POST
|
|
|
- Observable<GenericOverall> setReadStatusPrivacy(@Header("Authorization") String authorization,
|
|
|
- @Url String url,
|
|
|
- @Body RequestBody body);
|
|
|
-
|
|
|
- @POST
|
|
|
- Observable<GenericOverall> setTypingStatusPrivacy(@Header("Authorization") String authorization,
|
|
|
- @Url String url,
|
|
|
- @Body RequestBody body);
|
|
|
-
|
|
|
@POST
|
|
|
Observable<ContactsByNumberOverall> searchContactsByPhoneNumber(@Header("Authorization") String authorization,
|
|
|
@Url String url,
|