Provided by: libmastodon-client-perl_0.017-2_all bug

NAME

       Mastodon::Entity::Results - A Mastodon search result

DESCRIPTION

       This object should not be manually created. It is intended to be generated from the data
       received from a Mastodon server using the coercions in Mastodon::Types.

       For current information, see the Mastodon API documentation
       <https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md#results>

ATTRIBUTES

       accounts
           An array of matched Mastodon::Entity::Account objects.

       statuses
           An array of matchhed Mastodon::Entity::Status objects.

       hashtags
           An array of matched hashtags, as strings.

AUTHOR

       •   José Joaquín Atria <jjatria@cpan.org>

COPYRIGHT AND LICENSE

       This software is copyright (c) 2017 by José Joaquín Atria.

       This is free software; you can redistribute it and/or modify it under the same terms as
       the Perl 5 programming language system itself.