NAME
Imgur::API::Model::Message
DESCRIPTION
The base model for a message.
FIELDS
id integer-
The ID for the message from string-
Account username of person sending the message account_id integer-
The account ID of the person receiving the message sender_id integer-
The account ID of the person who sent the message body string-
Text of the message conversation_id integer-
ID for the overall conversation datetime integer-
Time message was sent, epoch time
EXAMPLE
SEE ALSO
http://api.imgur.com/models/
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 13:
'=item' outside of any '=over'
- Around line 49:
You forgot a '=back' before '=head1'