
(DEPRECATED) Get the most recent direct messages sent to the authenticating user.
Source:R/direct_messages.R
direct_messages_received.Rd
Retrieves up to 200 of the most recently received direct messages by the authenticating (home) user. This function requires access token with read, write, and direct messages access.
Usage
direct_messages_received(
since_id = NULL,
max_id = NULL,
n = 200,
parse = TRUE,
token = NULL
)
direct_messages_sent(
since_id = NULL,
max_id = NULL,
n = 200,
parse = TRUE,
token = NULL
)
Value
Return object converted to nested list. If status code of response object is not 200, the response object is returned directly.