logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Mastodon::Entity::Relationship - A Mastodon relationship

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>

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#relationship>

Name

       Mastodon::Entity::Relationship - A Mastodon relationship

See Also