chat.yakka.getTimelineAround

yakka.chat

{
  "id": "chat.yakka.getTimelineAround",
  "defs": {
    "main": {
      "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."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against chat.yakka.getTimelineAround

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:wpjoy2orkqq5m65vq7gg7liz
CID
bafyreifcu2lnurkxloysmgniz5ea64sus2qelepjvgm7hcjx2ormmugokm
Indexed At
2026-08-29 15:21 UTC
AT-URI
at://did:plc:wpjoy2orkqq5m65vq7gg7liz/com.atproto.lexicon.schema/chat.yakka.getTimelineAround

Referenced Schemas (1)

Lexicon Garden

@