Mastodon::Entity::Mention - A mention in Mastodon
Contents
Attributes
url URL of user's profile (can be remote).
username
The "username" of the account.
acct
Equals "username" for local users, includes @domain for remote ones.
id Account ID.
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.
perl v5.36.0 2022-11-03 Mastodon::Entity::Mention(3pm)
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#mention>
Name
Mastodon::Entity::Mention - A mention in Mastodon
