sendMessage

Sends a message out to a goTenna with the specified GID.

Arguments

outgoingData: string The message's data, such as text, preferably formatted in some easily parse-able format.

receiverGID: number The GID of the user who will receive this private message

willEncrypt: boolean Whether the outgoingData will be encrypted or not using the SDK built in encryption system.

Returns

undefined

Last updated