R/create_message.r

Defines functions create_message

Documented in create_message

create_message <-
function(recipient,
         body,
         ...){
    out <- imgurPOST('conversations/', 
                     body = list(recipient = recipient,
                                 body = body),
                     ...)
    structure(out, class = 'imgur_basic')
}

Try the imguR package in your browser

Any scripts or data that you put into this service are public.

imguR documentation built on May 2, 2019, 4:02 p.m.