Get conversations
Get a specific conversation or all conversations
get_conversations(id = NULL, ...)
id
: A conversation ID. If NULL
, all conversations are returned....
: Other arguments passed to HTTP request functions, for example: token
(an OAuth2.0 token), which is required.Retrieves a named conversation, possibly returned by get_conversations
, or all conversations.
An object of class imgur_message .
Thomas J. Leeper
create_message
delete_conversation
## Not run: tkn <- imgur_login() get_conversations(token = tkn) ## End(Not run)