Skip to main 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

Arguments

SaveMessageActivity.id ● Int scalar

The activity id, required for updating

SaveMessageActivity.message ● String scalar

The activity message text

SaveMessageActivity.recipientId ● Int scalar

The id of the user the message is being sent to

SaveMessageActivity.private ● Boolean scalar

If the activity should be private

SaveMessageActivity.locked ● Boolean scalar

If the activity should be locked. (Mod Only)

SaveMessageActivity.asMod ● Boolean scalar

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

Type

MessageActivity object

User message activity