mastodon4j
mastodon4j copied to clipboard
Access to status fields which don't have API yet
I'd like to access Status
' emojis
(which is in the standard API) and profile_emojis
(which isn't).
Some way to access the original JSON map would be useful as a workaround, or alternatively, a way to specify a different Status class to use when deserialising the JSON.