Caller object
- class terminusgps.twilio.caller.TwilioCaller[source]
An asyncronous phone messager/caller.
- create_notification(to_number, message[, method="sms"]) asyncio.Task [source]
Creates a task that must be awaited in an asyncronous event loop in order to be executed.
- Parameters:
- Returns:
An awaitable notification task.
- Return type: