Title says it all.
If I use
print(api.list_direct_messages(count = 20))
,
the result is just []
, despite receiving many DMs.
get.direct.message(id)
has also not worked, since I haven't figured out how to find the ID of a specific direct message.
Any help would be appreciated!