Skip to content

SaveMessageActivity

Create or update message activity for the currently authenticated user

SaveMessageActivity(
id: Int
message: String
recipientId: Int
private: Boolean
locked: Boolean
asMod: Boolean
): MessageActivity

The activity id, required for updating

The activity message text

The id of the user the message is being sent to

If the activity should be private

If the activity should be locked. (Mod Only)

If the message should be sent from the Moderator account (Mod Only)

User message activity