# Mark Conversation Reply As Read/Unread

Grammar — Mark conversationId replyId as state|Read/Unread
FlagsNative | Action

Marks a conversation reply as either read or unread.

# Arguments

  • int [ conversation ] — Conversation
  • int [ reply ] — Reply
  • int [ preset::ReplyState ] — State

Returns — void

native void ConversationReplySetState(
	int intId,
	int replyId,
	int state,
);

Category: Conversation / Conversation Tools

# Examples

— None found —