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::Notification - A Mastodon notification

Attributes

id  The notification ID.

       type
           One of: "mention", "reblog", "favourite", "follow".

       created_at
           The time the notification was created.

       account
           The Account sending the notification to the user as a Mastodon::Entity::Account object.

       status
           The Status associated with the notification, if applicable. As a Mastodon::Entity::Status object.

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

Name

       Mastodon::Entity::Notification - A Mastodon notification

See Also