Tuitter_DM
The class represents a Direct Message.
Properties
- id: The ID of the DM.
- sender_id: The user ID of the sender.
- sender_screen_name: The screen name of the sender.
- sender: Tuitter_User class object of the sender.
- text: The text of the DM.
- recipient_id: The user ID of the recipient.
- recipient_screen_name: The screen name of the recipient.
- recipient: Tuitter_User class object of the recipient.
- created_at: The date strings when the DM sent.