> ## Documentation Index
> Fetch the complete documentation index at: https://docs.xshot.fun/llms.txt
> Use this file to discover all available pages before exploring further.

# Tweet Engagement

> Live engagement metrics for a tweet (likes, retweets, replies, views). Only changed fields are sent. Polls every 10-120 seconds (default 15s).

**Channel name:** `tweet:engagement`
**Required params:** `tweet_id` (Tweet ID)




## AsyncAPI

````yaml asyncapi-spec/websockets.yaml tweetEngagement
id: tweetEngagement
title: Tweet Engagement
description: >
  Live engagement metrics for a tweet (likes, retweets, replies, views). Only
  changed fields are sent. Polls every 10-120 seconds (default 15s).


  **Channel name:** `tweet:engagement`

  **Required params:** `tweet_id` (Tweet ID)
servers:
  - id: production
    protocol: wss
    host: api.xshot.fun
    bindings: []
    variables: []
address: /ws
parameters: []
bindings: []
operations: []
sendOperations: []
receiveOperations: []
sendMessages: []
receiveMessages: []
extensions:
  - id: x-parser-unique-object-id
    value: tweetEngagement
securitySchemes:
  - id: ApiKeyAuth
    name: api_key
    type: httpApiKey
    description: API key passed as query parameter
    in: query
    extensions: []

````