MessageActivity
User message activity
type MessageActivity { id: Int! recipientId: Int messengerId: Int type: ActivityType replyCount: Int! message( asHtml: Boolean ): String isLocked: Boolean isSubscribed: Boolean likeCount: Int! isLiked: Boolean isPinned: Boolean isPrivate: Boolean siteUrl: String createdAt: Int! recipient: User messenger: User replies: [ActivityReply] likes: [User]}Fields
Section titled “Fields”MessageActivity.id ● Int! non-null scalar
Section titled “MessageActivity.id ● Int! ”The id of the activity
The user id of the activity’s recipient
The user id of the activity’s sender
The type of the activity
MessageActivity.replyCount ● Int! non-null scalar
Section titled “MessageActivity.replyCount ● Int! ”The number of activity replies
The message text (Markdown)
MessageActivity.message.asHtml ● Boolean scalar
Section titled “MessageActivity.message.asHtml ● Boolean ”Return the string in pre-parsed html instead of markdown
If the activity is locked and can receive replies
MessageActivity.isSubscribed ● Boolean scalar
Section titled “MessageActivity.isSubscribed ● Boolean ”If the currently authenticated user is subscribed to the activity
The amount of likes the activity has
If the currently authenticated user liked the activity
If the activity is pinned to the top of the users activity feed
If the message is private and only viewable to the sender and recipients
The url for the activity page on the AniList website
The time the activity was created at
The user who the activity message was sent to
The user who sent the activity message
MessageActivity.replies ● [ActivityReply] list object
Section titled “MessageActivity.replies ● [ActivityReply] ”The written replies to the activity
The users who liked the activity
Returned By
Section titled “Returned By”SaveMessageActivity mutation
Member Of
Section titled “Member Of”ActivityMessageNotification object
Implemented By
Section titled “Implemented By”ActivityUnion union ● LikeableUnion union