# Conversation Reply State

Grammar — State of reply in conversation
FlagsNative | Function

Returns the reply state for the specified conversation reply.

# Arguments

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

Returns — int<preset::ReplyState>

native int ConversationReplyGetState(
	int intId,
	int replyId,
);

Category: Conversation / Conversation Tools

# Examples

— None found —