SaveActivityReply
Create or update an activity reply
SaveActivityReply(
  id: Int
  activityId: Int
  text: String
  asMod: Boolean
): ActivityReply
Arguments
SaveActivityReply.id ● Int scalar
The activity reply id, required for updating
SaveActivityReply.activityId ● Int scalar
The id of the parent activity being replied to
SaveActivityReply.text ● String scalar
The reply text
SaveActivityReply.asMod ● Boolean scalar
If the reply should be sent from the Moderator account (Mod Only)
Type
ActivityReply object
Replay to an activity item