Interface GoogleChatClient


public interface GoogleChatClient
  • Method Details

    • sendMessage

      @POST("v1/spaces/{address}") retrofit2.Call<okhttp3.ResponseBody> sendMessage(@Path(value="address",encoded=true) String webhook, @Query("key") String key, @Query("token") String token, @Body GoogleChatMessage message)