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::Attachment - A Mastodon media attachment

Attributes

id  ID of the attachment.

       type
           One of: "image", "video", "gifv".

       url URL of the locally hosted version of the image.

       remote_url
           For remote images, the remote URL of the original image.

       preview_url
           URL of the preview image

       text_url
           Shorter URL for the image, for insertion into text (only present on local images).

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

Name

       Mastodon::Entity::Attachment - A Mastodon media attachment

See Also