The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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/message

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 17:

'=item' outside of any '=over'

Around line 88:

You forgot a '=back' before '=head1'