Change API.send_direct_message parameters to be keyword-only
authorHarmon <Harmon758@gmail.com>
Wed, 10 Feb 2021 19:29:34 +0000 (13:29 -0600)
committerHarmon <Harmon758@gmail.com>
Wed, 10 Feb 2021 19:29:34 +0000 (13:29 -0600)
commit7d1a5498325cbc93c7c177a96f5642c5c5683eac
treec47384e92aaf13fc5d7c2d8f14e3fc3cc5a06d30
parent8e0507dd1456a42e8c4258bed37295e1116c1bd9
Change API.send_direct_message parameters to be keyword-only

Change quick_reply_options, attachment_type, attachment_media_id, and ctas API.send_direct_message parameters to be keyword-only
tweepy/api.py