kcode-telegram-identity 0.1.5

Persistent Telegram identity authorization and Kmap-root directory
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# kcode-telegram-identity

`kcode-telegram-identity` is Kennedy's persistent Telegram identity directory.
It binds preauthorized handles to stable numeric Telegram user IDs, supplies
the Telegram transport's whitelist, authorizes delegated additions, records
opaque Telegram groups, and maps users and groups to canonical Kweb root nodes.

The library is a typed in-process component. It has no HTTP, Axum, Telegram
networking, Kweb mutation, orchestration, or credential-vault API.
Completed group mappings can be resolved in either direction, allowing callers
to address a known Telegram group by its canonical Kweb root without handling
transport chat IDs.

See `Documentation.md` for the complete API.