Send a Group Message
Method sends a text message to a group
Url:
https://ongair.im/api/v1/base/groups/{id}/send_message
Method:
POST
Params:
| Field | Type | Mandatory | Format | Meaning |
|---|---|---|---|---|
| text | String | Yes | Utf8 only encoded strings | The message to be sent |
Response:
The server responds with a JSON message:
{"sent":true,"id":2067}
| Field | Type | Meaning |
|---|---|---|
| sent | Boolean | True or False if the image |
| id | Integer | An Identifier for the message. No receipts are provided for group messages |