MCPcopy Create free account
hub / github.com/CyCoreSystems/ari / TextMessage

Struct TextMessage

client/native/textMessage.go:6–8  ·  view source on GitHub ↗

TextMessage provides the ARI TextMessage accessors for the native client

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected