Tuitter::getDMs
Get a list of recent direct messages sent to the authenticating user.
getDMs( [$opt = array() [, $incrementalKey = 'default' ]] )
Parameters
opt
The optional parameters for Twitter API.
- since_id: Returns only statuses with an ID greater than the specified ID.
- max_id: Returns only statuses with an ID less than or equal to the specified ID.
- count: Specifies the number of statuses to retrieve. May not be greater than 200.
- page: Specifies the page of results to retrieve.
incrementalKey
The unique key for auto incremental request.
Specifies FALSE not to use the incremental function.
Return values
Returns Tuitter_DMs object.