twtr_direct_messages: GET direct_messages

Description Usage Arguments See Also

View source: R/direct_messages.R

Description

GET direct_messages

Usage

1
2
twtr_direct_messages(since_id = NULL, max_id = NULL, count = NULL,
  include_entities = NULL, skip_status = NULL, ...)

Arguments

since_id

Returns results with an ID greater than (that is, more recent than) the specified ID. There are limits to the number of Tweets which can be accessed through the API. If the limit of Tweets has occured since the since_id, the since_id will be forced to the oldest ID available. Example Values: 12345

max_id

Returns results with an ID less than (that is, older than) or equal to the specified ID. Example Values: 54321

count

Specifies the number of direct messages to try and retrieve, up to a maximum of 200. The value of count is best thought of as a limit to the number of Tweets to return because suspended or deleted content is removed after the count has been applied. Example Values: 5

include_entities

The entities node will not be included when set to false. Example Values: false

skip_status

When set to either true, t or 1 statuses will not be included in the returned user objects.

See Also

https://dev.twitter.com/rest/reference/get/direct_messages


yutannihilation/twihttr documentation built on May 4, 2019, 7:46 p.m.