TextActivity

User text activity

FieldArgumentTypeDescription

id

The id of the activity

userId

The user id of the activity's creator

type

The type of activity

replyCount

The number of activity replies

text

The status text (Markdown)

asHtml

Return the string in pre-parsed html instead of markdown

siteUrl

The url for the activity page on the AniList website

isLocked

If the activity is locked and can receive replies

isSubscribed

If the currently authenticated user is subscribed to the activity

likeCount

The amount of likes the activity has

isLiked

If the currently authenticated user liked the activity

isPinned

If the activity is pinned to the top of the users activity feed

createdAt

The time the activity was created at

user

The user who created the activity

replies

The written replies to the activity

likes

The users who liked the activity

Last updated