We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not an issue in the repo but with the API documentation.
The documentation states correctly that Messages From is an object:
Messages
From
The Python example in the same spot, however, incorrectly uses an List wrapper around the Messages From object.
Please correct the code sample.
The text was updated successfully, but these errors were encountered:
(From what I can tell the other language samples replicate the same mistake)
Sorry, something went wrong.
No branches or pull requests
Not an issue in the repo but with the API documentation.
The documentation states correctly that
Messages
From
is an object:The Python example in the same spot, however, incorrectly uses an List wrapper around the
Messages
From
object.Please correct the code sample.
The text was updated successfully, but these errors were encountered: