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

NAME

API::Instagram::Media::Comment - Instagram Media Comment Object

SYNOPSIS

        print $comment->text . "\n-\n";
        print "By %s, at year %d\n", $comment->from->full_name, $comment->created_time->year;

DESCRIPTION

See http://instagr.am/developer/endpoints/comments/.

ATTRIBUTES

id

Returns comment id.

from

Returns commenter API::Instagram::User object.

text

Returns the text commented.

created_time

Returns the comment date in a Time::Moment object.