MessageActivity
User message activity
Field | Argument | Type | Description |
---|---|---|---|
id | Int! | The id of the activity | |
recipientId | Int | The user id of the activity's recipient | |
messengerId | Int | The user id of the activity's sender | |
type | ActivityType | The type of the activity | |
replyCount | Int! | The number of activity replies | |
message | String | The message text (Markdown) | |
asHtml | Boolean | Return the string in pre-parsed html instead of markdown | |
isLocked | Boolean | If the activity is locked and can receive replies | |
isSubscribed | Boolean | If the currently authenticated user is subscribed to the activity | |
likeCount | Int! | The amount of likes the activity has | |
isLiked | Boolean | If the currently authenticated user liked the activity | |
isPrivate | Boolean | If the message is private and only viewable to the sender and recipients | |
siteUrl | String | The url for the activity page on the AniList website | |
createdAt | Int! | The time the activity was created at | |
recipient | User | The user who the activity message was sent to | |
messenger | User | The user who sent the activity message | |
replies | [ActivityReply] | The written replies to the activity | |
likes | [User] | The users who liked the activity |