# Create Conversation Reply

Grammar — Create a reply with replyText for conversationId
FlagsNative | Action

Creates a conversation reply.

# Arguments

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

Returns — int [ reply ]

native int ConversationReplyCreate(int intId, text inText);

Category: Conversation / Conversations

# Examples

— None found —