I've used Tweepy for a year, but now I face a problem that I´m not able to fix.
I want to get direct messages sent:
api.list_direct_messages(100)
but I have this error message:
TypeError: list_direct_messages() takes 1 positional argument but 2 were given
Any idea? Thanks!!!