# Mark Conversation Reply As Read/Unread
Grammar — Mark conversationId replyId as state|Read/Unread
Flags —Native|Action
Marks a conversation reply as either read or unread.
# Arguments
int<conversation> — Conversationint<reply> — Replyint<preset::ReplyState> — State
Returns — void
native void ConversationReplySetState(
int intId,
int replyId,
int state,
);
# Related
Category: Conversation / Conversation Tools
- Set Conversation Reply Text —
void— ConversationReplySetText - Remove Conversation —
void— ConversationDestroy - Remove Conversation Reply —
void— ConversationReplyDestroy - Remove All Conversations —
void— ConversationDestroyAll - Remove All Conversation Replies —
void— ConversationReplyDestroyAll - Conversation Reply State —
int<preset::ReplyState> — ConversationReplyGetState - Conversation Reply Index —
int— ConversationReplyGetIndex - Conversation Reply Text —
text— ConversationReplyGetText - Mark Conversation Reply As Read/Unread —
void— ConversationReplySetState - Convert Integer To Conversation State Index —
string<convstateindex> — ConversationDataStateIndex
# Examples
— None found —