get_conversations function

Get conversations

Get conversations

Get a specific conversation or all conversations

get_conversations(id = NULL, ...)

Arguments

  • 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.

Details

Retrieves a named conversation, possibly returned by get_conversations, or all conversations.

Returns

An object of class imgur_message .

Author(s)

Thomas J. Leeper

See Also

create_message

delete_conversation

Examples

## Not run: tkn <- imgur_login() get_conversations(token = tkn) ## End(Not run)
  • Maintainer: Thomas J. Leeper
  • License: GPL-3
  • Last published: 2016-03-29