Scroll to navigation

Mastodon::Entity::Attachment(3pm) User Contributed Perl Documentation Mastodon::Entity::Attachment(3pm)

NAME

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

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>

ATTRIBUTES

ID of the attachment.
One of: "image", "video", "gifv".
URL of the locally hosted version of the image.
For remote images, the remote URL of the original image.
URL of the preview image
Shorter URL for the image, for insertion into text (only present on local images).

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.

2022-11-03 perl v5.36.0