directMessage-class {twitteR} | R Documentation |
Provides a model representing direct messages (DMs) from Twitter
new('directMessage',
text = [character],
recipientSN = [character],
created = [character],
recipientID = [numeric],
sender = [user],
recipient = [user],
senderID = [numeric],
id = [numeric],
senderSN = [character],
...)
directMessage
instances are usually created through calls to
the dmGet
function.
text
:recipientSN
:created
:recipientID
:sender
:user
representing
the sender recipient
:user
representing the recipient senderID
:id
:senderSN
:user
)
of the DMuser
) of the DMJeff Gentry