chat.yakka.getTimelineAround

yakka.chat

Documentation

A window centred on a sequence, for opening a permalink to an old message. Paging backwards from the tail to reach something linked from months ago would be many round trips, which is the entire reason this is a separate method rather than a parameter.

main query

A window centred on a sequence, for opening a permalink to an old message. Paging backwards from the tail to reach something linked from months ago would be many round trips, which is the entire reason this is a separate method rather than a parameter.

Parameters

channel string Required

No description available.

limit integer Optional

No description available.

seq integer Required

The sequence to centre on. It need not still exist — a deleted message keeps its sequence (ADR 0010), so a permalink to one still lands in the right place.

Output

Encodingapplication/json

Errors

ChannelNotFound
ChannelForbidden
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
The sequence to centre on. It need not still exist — a deleted message keeps its sequence (ADR 0010), so a permalink to one still lands in the right place.
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "ChannelNotFound"
    },
    {
      "name": "ChannelForbidden"
    }
  ],
  "output": {
    "schema": {
      "ref": "chat.yakka.defs#timelinePage",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "channel",
      "seq"
    ],
    "properties": {
      "seq": {
        "type": "integer",
        "minimum": 1,
        "description": "The sequence to centre on. It need not still exist — a deleted message keeps its sequence (ADR 0010), so a permalink to one still lands in the right place."
      },
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1
      },
      "channel": {
        "type": "string"
      }
    }
  },
  "description": "A window centred on a sequence, for opening a permalink to an old message. Paging backwards from the tail to reach something linked from months ago would be many round trips, which is the entire reason this is a separate method rather than a parameter."
}

Lexicon Garden

@