JTwitterDirectmessages::getSentDirectMessages
Method to get the most recent direct messages sent by the authenticating user.
Signature
public function getSentDirectMessages([integer
$since_id = 0,
[integer
$max_id = 0,
[integer
$count = 20,
[integer
$page = 0,
[boolean
$entities = null]]]]] )
Parameters
-
$since_id
- Returns results with an ID greater than (that is, more recent than) the specified ID.
-
$max_id
- Returns results with an ID less than (that is, older than) or equal to the specified ID.
-
$count
- Specifies the number of direct messages to try and retrieve, up to a maximum of 200.
-
$page
- Specifies the page of results to retrieve.
-
$entities
- When set to true, each tweet will include a node called "entities,". This node offers a variety of metadata
Returns
- array
- The decoded JSON response