public class HubotService extends Object
| Constructor and Description |
|---|
HubotService(String baseUrl) |
| Modifier and Type | Method and Description |
|---|---|
ResponseData<Void> |
sendMessage(String room,
String message)
Sends message to given room.
|
public HubotService(String baseUrl)
public ResponseData<Void> sendMessage(String room, String message)
room - chat room.message - actual message to be sent.Copyright © 2016–2017 ThoughtsLive. All rights reserved.