get_message_social_graph
Retrieve the complete social graph of a Telegram message, including author, forwards, replies, comments, reactions, and engagement metrics. Analyze virality and network structure.
Instructions
Get complete social context: author, forwards, replies, comments, reactions, engagement metrics, virality.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_depth | No | Forward chain depth | |
| message_id | Yes | Message ID | |
| max_comments | No | Max comments to include | |
| include_replies | No | Include reply thread | |
| include_forwards | No | Include forward chain |