You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While following the instructions listed on the 'Python in under 2 minutes' page, I ran into the following error: Traceback (most recent call last): File "index.py", line 22, in <module> result = messages_client.create_send_messages(body) AttributeError: 'MessagesController' object has no attribute 'create_send_messages'
The text was updated successfully, but these errors were encountered:
While following the instructions listed on the 'Python in under 2 minutes' page, I ran into the following error:
Traceback (most recent call last): File "index.py", line 22, in <module> result = messages_client.create_send_messages(body) AttributeError: 'MessagesController' object has no attribute 'create_send_messages'
The text was updated successfully, but these errors were encountered: