# Set Conversation Reply Text

Grammar — Set text for conversationId replyId to text
FlagsNative | Action

Sets the text for a conversation reply.

# Arguments

  • int [ conversation ] — Conversation
  • int [ reply ] — Reply
  • text — Text

Returns — void

native void ConversationReplySetText(
	int intId,
	int replyId,
	text inText,
);

Category: Conversation / Conversation Tools

# Examples

— None found —