Home

Це новий, цілісний довідник для підсистеми `backend/tg_client/dialogs`.

Telegram Dialogs Documentation

Це новий, цілісний довідник для підсистеми backend/tg_client/dialogs.

Scope

Документація покриває:

  • WebSocket gateway entry point
  • command registry та handler groups
  • owner runtime execution path
  • TDLib facade / raw API / service / normalizer layers
  • typed payload builders у dialogs/domain
  • message/chat/profile/settings/media result shapes
  • projection cache, replay, update runtime, media/cloud integrations

Current coverage snapshot

  • 10 active handler groups from backend/tg_client/dialogs/commands/handlers/
  • 104 registered commands documented from current handler code
  • окремі секції для architecture, commands, types, errors, flows, inconsistencies
  • mkdocs navigation + search-ready headings + Mermaid diagrams

Source of truth

Основою для цих сторінок є поточний код. Якщо реалізація неоднозначна або не має явної схеми, це позначено як Needs verification based on code або Not formally schema-bound.

  1. Overview
  2. Architecture / System Overview
  3. Commands / Index
  4. Types / Index
  5. Errors
  6. Flows
  7. Inconsistencies & TODOs