TextMessage provides the ARI TextMessage accessors for the native client
| 4 | |
| 5 | // TextMessage provides the ARI TextMessage accessors for the native client |
| 6 | type TextMessage struct { |
| 7 | client *Client |
| 8 | } |
| 9 | |
| 10 | // Send sends a text message to an endpoint |
| 11 | func (t *TextMessage) Send(from, tech, resource, body string, vars map[string]string) error { |
nothing calls this directly
no outgoing calls
no test coverage detected