TL;DR
A conversation is one ongoing thread of messages between a visitor and your team, tracked from the first message to when you mark it Closed.
Key Points
✓
Each conversation bundles a sequence of [[chat-message|chat messages]] with a direction (In/Out) and author (Visitor/Operator), so the full thread reads in order [1].
✓
A conversation carries a status of Open or Closed plus unread counters, mirroring how mature tools track Active and Closed states [3].
✓
It is created when a [[website-visitor]] sends a first message through the [[live-chat-widget]]; that same message triggers capture of page URL, device, and [[ip-geolocation]] context.
✓
Real-time feel comes from [[http-polling]] (~4-5s) rather than [[websocket]] connections, with [[typing-indicator|typing indicators]] flowing both ways [1].
✓
Owners receive each new conversation on Telegram via the [[telegram-integration]]; the first operator to reply becomes the recorded agent ([[conversation-assignment]]).
✓
The accumulated thread of a closed conversation is its [[chat-transcript]], a durable record of what the visitor asked and how it was resolved.
What a conversation contains in Eloqra
Status, assignment, and the Telegram loop
Conversation vs. ticket vs. transcript
Sources & References
Last updated: June 25, 2026
Related Terms
Chat Message
A chat message is a single text exchange inside a live-chat conversation, sent by either a website visitor or a support operator. In Eloqra each message is stored with a direction (In or Out) and an author (Visitor or Operator), and belongs to one Open or Closed conversation.
Chat Transcript
A chat transcript is the complete, timestamped written record of a live-chat conversation between a website visitor and a support operator or chatbot. It captures every message in sequence, usually alongside metadata about the session, and can be archived, exported, or emailed for later reference.
Conversation Assignment
Conversation assignment is the act of attaching an incoming chat to the specific operator who is responsible for answering it. In Eloqra, assignment is implicit "first responder": the first operator who replies to a conversation is recorded as its assigned agent.
Telegram Integration
Telegram Integration is the mechanism by which Eloqra routes every website chat into the project owner's Telegram, forwarding visitor messages to a Telegram bot and flowing operator replies back to the widget. It turns Telegram into the operator inbox, so there is no separate agent console to keep open.
Support Ticket
A support ticket is a tracked record of a single customer request, capturing the customer's message, their contact details, and internal metadata so a support team can route, prioritize, and resolve the issue. [1] Each ticket carries a unique identifier and a status that reflects where it sits in its lifecycle. [3]
Live Chat Widget
A live chat widget is the embeddable, in-browser chat interface a website loads from a small script so visitors can message a business in real time without leaving the page. In Eloqra it is a floating launcher and chat panel that boots from a single <script> tag and renders inside a Shadow DOM.
More in Live Chat Fundamentals
Collect testimonials that build trust
Eloqra gives you a lightweight live chat widget that routes every visitor message to your Telegram — free while in early access.
Get Started FreeMore in Live Chat Fundamentals
View all in Live Chat Fundamentals →Categories
Learn More
Guides on collecting testimonials, building trust, and turning customer feedback into social proof.
Read the blog →