# Remove Conversation Reply

Grammar — Remove replyId from conversationId
FlagsNative | Action

Removes a reply from a conversation.

# Arguments

  • int<conversation> — Conversation
  • int<reply> — Reply

Returns — void

native void ConversationReplyDestroy(
	int intId,
	int replyId,
);

Category: Conversation / Conversation Tools

# Examples

— None found —