This documentation was previously inaccurate when the Twitter API v2 Direct Messages endpoints were launched but has now recently been updated.
The ``participant_id`` of the user that the authenicating user is
having a 1-1 conversation with.
dm_event_fields : list[str] | str | None
- Extra fields to include in the event payload. ``id``, ``text``, and
- ``event_type`` are returned by default.
+ Extra fields to include in the event payload. ``id`` and
+ ``event_type`` are returned by default. The ``text`` value isn't
+ included for ``ParticipantsJoin`` and ``ParticipantsLeave`` events.
event_types : str
The type of Direct Message event to returm. If not included, all
types are returned.
The ``participant_id`` of the user that the authenicating user is
having a 1-1 conversation with.
dm_event_fields : list[str] | str | None
- Extra fields to include in the event payload. ``id``, ``text``, and
- ``event_type`` are returned by default.
+ Extra fields to include in the event payload. ``id`` and
+ ``event_type`` are returned by default. The ``text`` value isn't
+ included for ``ParticipantsJoin`` and ``ParticipantsLeave`` events.
event_types : str
The type of Direct Message event to returm. If not included, all
types are returned.