Interface ReactionService


  • public interface ReactionService
    • Method Detail

      • delete

        @DELETE("messages/{id}/reaction/{type}")
        retrofit2.Call<Reaction.ReactionDeleteResponse> delete​(@NotNull @Path("id")
                                                               java.lang.String messageId,
                                                               @NotNull @Path("type")
                                                               java.lang.String type,
                                                               @NotNull @Query("user_id")
                                                               java.lang.String userId)