Remove DM event section in docs/expansions_and_fields.rst
authorQin Yu <qin.yu.95@outlook.com>
Fri, 11 Nov 2022 23:18:05 +0000 (00:18 +0100)
committerQin Yu <qin.yu.95@outlook.com>
Fri, 11 Nov 2022 23:18:05 +0000 (00:18 +0100)
commitdf205634fab25f5d9557673d41d6270ef6b1d54b
treee66d655910efb88491ce17b8e9918e6637bbd4ae
parentb5cf70381ba72a4e3d4040fcc548c629751f3ce5
Remove DM event section in docs/expansions_and_fields.rst

The documentation for dm_event.fields is different and there are no endpoints with that parameter that return other types of objects, so this section is unnecessary.

@Harmon758 have plans to improve this documentation as a whole to include documentation from https://developer.twitter.com/en/docs/twitter-api/expansions, so for now, for consistency, this section shouldn't be here.

But if we want some completeness in this doc page before the next big doc improvement (and also for the consistency in Client methods' docstrings), we can put the following code back later just in case people thought the doc is not up-to-date:

```rst
.. _dm_event_fields_parameter:

``dm_event_fields``
---------------

Extra fields to include in the event payload. `id`, `text` and `event_type` are
returned by default.

.. _Direct Message event fields: https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-model/dm-events
```

Co-Authored-By: Harmon <Harmon.Public@gmail.com>
docs/expansions_and_fields.rst
tweepy/client.py