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

NAME

Mastodon::Entity::Relationship - A Mastodon relationship

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

ATTRIBUTES

id

Target account id.

following

Whether the user is currently following the account.

followed_by

Whether the user is currently being followed by the account.

blocking

Whether the user is currently blocking the account.

muting

Whether the user is currently muting the account.

requested

Whether the user has requested to follow the account.

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.