Mention
Represents a mention of a user within the content of a status.
Example
{
"mentions": [
{
"id": "952529",
"username": "alayna",
"url": "https://desvox.es/users/alayna",
"acct": "alayna@desvox.es"
},
{
"id": "14715",
"username": "trwnh",
"url": "https://mastodon.social/@trwnh",
"acct": "trwnh"
}
]
}Required attributes
id
idusername
usernameacct
accturl
urlSee also
Last updated
Was this helpful?