package
2.5.6+incompatible
Repository: https://github.com/lbryio/chainquery.git
Documentation: pkg.go.dev

# Functions

InitTwilio initializes the twilio client to send SMS messages from chainquery to a list of numbers.
SendSMS sends a text message to the recipient list if twilio integration is setup, based on configuration.

# Variables

FromNumber is the phone number that text messages come from.
RecipientList is the list of phone numbers that twilio sends messages to.
TwilioAuthToken is the auth token for twilio account integration.
TwilioSID is the twilio account SID.