Caller object
- class terminusgps.twilio.caller.TwilioCaller[source]
Public Methods:
__init__()Sets Twilio messaging session variables.
__enter__()Creates an asyncronous Twilio client.
__exit__(exc_type, exc_value, exc_tb)create_notification(to_number, message[, method])Returns an awaitable notification task.
create_call(to_number, message)Calls
to_numberand readsmessagealoud.create_sms(to_number, message)Texts
messagetoto_number.
- async create_call(to_number: str, message: str) None[source]
Calls
to_numberand readsmessagealoud.