Skip to content
New issue

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

fix: fix array to string on passing DM object #200

Closed

Conversation

atymic
Copy link

@atymic atymic commented Dec 1, 2019

The new DM endpoints have nested arrays, but this library tries to concatenate them (assuming they are ids) which failed because they don't only contain strings.

This is a quick patch to fix that by checking the array actually only contains strings.

Closes #199

@atymic atymic closed this Mar 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parameters for direct message on twitter
1 participant