# Conversation Reply State
Grammar — State of reply in conversation
Flags —Native|Function
Returns the reply state for the specified conversation reply.
# Arguments
int<conversation> — Conversationint<reply> — Reply
Returns — int<preset::ReplyState>
native int ConversationReplyGetState(
int intId,
int replyId,
);
# 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 —