Expand description
Object resolution and media staging for Kennedy sessions.
Structs§
- Resolved
Object - Exact bytes and authoritative delivery metadata for a session object.
- Staged
Descriptor - Authoritative facts for an object staged in the session journal.
- Staged
Telegram Media - The result of staging or reusing one Telegram group media object.
- Telegram
Stage Request - Correlation, limits, metadata, and timestamp for one Telegram staging call.
Functions§
- delivery_
attachments - Resolves delivery requests and constructs coordinator attachments without invoking a transport.
- resolve_
media_ object - Resolves and normalizes media while enforcing the current nonempty and size requirements.
- resolve_
object - Resolves a pending journal object or a canonical object through a caller supplied read boundary.
- stage_
telegram_ group_ media - Reuses media with matching Telegram correlation metadata or downloads and stages it once. The closures keep transport lookup and naming outside this crate.
- staged_
descriptor - Returns authoritative staged metadata, using the same safe fallback filename as object resolution.