# Conversation Reply Text

Grammar — Text of reply in conversation
FlagsNative | Function

Returns the text of the specified conversation reply.

# Arguments

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

Returns — text

native text ConversationReplyGetText(
	int intId,
	int replyId,
);

Category: Conversation / Conversation Tools

# Examples

— None found —