Optional asasHtml is a boolean representing whether to return the result as HTML.
Optional createdcreatedAt is a number representing the creation time of the activity.
Optional createdcreatedAt_greater is a number representing the minimum creation time.
Optional hashasReplies is a boolean representing whether the activity has replies.
Optional hashasRepliesOrTypeText is a boolean representing whether the activity has replies or type text.
Optional idid is a number representing the id of the activity.
Optional id_id_in is an array of numbers representing the ids that should be included.
Optional id_id_not is a number representing the id that should not be included.
Optional id_id_not_in is an array of numbers representing the ids that should not be included.
Optional isisFollowing is a boolean representing whether the user is following.
Optional mediamediaId is a number representing the id of the media.
Optional mediamediaId_in is an array of numbers representing the media ids that should be included.
Optional mediamediaId_not is a number representing the media id that should not be included.
Optional mediamediaId_not_in is an array of numbers representing the media ids that should not be included.
Optional messengermessengerId is a number representing the id of the messenger.
Optional messengermessengerId_in is an array of numbers representing the messenger ids that should be included.
Optional messengermessengerId_not is a number representing the messenger id that should not be included.
Optional messengermessengerId_not_in is an array of numbers representing the messenger ids that should not be included.
Optional pagepage is a number representing the page number.
Optional perperPage is a number representing the number of items per page.
Optional sortsort is an array of strings representing the sort order.
Optional typetype is a string representing the type of the activity.
Optional type_type_in is an array of strings representing the types that should be included.
Optional type_type_not is a string representing the type that should not be included.
Optional type_type_not_in is an array of strings representing the types that should not be included.
Optional useruserId is a number representing the id of the user.
Optional useruserId_in is an array of numbers representing the user ids that should be included.
Optional useruserId_not is a number representing the user id that should not be included.
Optional useruserId_not_in is an array of numbers representing the user ids that should not be included.
ActivitiesVariablesis an interface representing the variables for theActivitiesQuery. It includes optional page, per page, id, user id, messenger id, media id, type, is following, has replies, has replies or type text, created at, id not, id in, id not in, user id not, user id in, user id not in, messenger id not, messenger id in, messenger id not in, media id not, media id in, media id not in, type not, type in, type not in, created at greater, sort, and as html.