MessageActivity

User message activity

FieldArgumentTypeDescription

id

The id of the activity

recipientId

The user id of the activity's recipient

messengerId

The user id of the activity's sender

type

The type of the activity

replyCount

The number of activity replies

message

The message text (Markdown)

asHtml

Return the string in pre-parsed html instead of markdown

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

isPrivate

If the message is private and only viewable to the sender and recipients

siteUrl

The url for the activity page on the AniList website

createdAt

The time the activity was created at

recipient

The user who the activity message was sent to

messenger

The user who sent the activity message

replies

The written replies to the activity

likes

The users who liked the activity

Last updated