User message activity
id
Int!
The id of the activity
recipientId
Int
The user id of the activity's recipient
messengerId
The user id of the activity's sender
type
ActivityType
The type of the activity
replyCount
The number of activity replies
message
String
The message text (Markdown)
asHtml
Boolean
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
User
The user who the activity message was sent to
messenger
The user who sent the activity message
replies
[ActivityReply]
The written replies to the activity
likes
[User]
The users who liked the activity
Last updated 8 months ago