Yegon Kipkirui Geoffrey
Results
3
comments of
Yegon Kipkirui Geoffrey
```python import africastalking africastalking.initialize(username, api_key) sms = africastalking.SMS async def send_message(message, mobile_no): response = await (sms.send_async(message, [mobile_no])) return response ```
Encountered the same issue, workaround?