Channel ingestion service #8
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No project
No assignees
1 participant
Notifications
Total time spent: 8 hours 4 minutes
Due date
foresle
8 hours 4 minutes
No due date set.
Dependencies
No dependencies set.
Reference
foresle/notgram#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
run ingestservice that captures posts.Scope:
Notes:
The raw Telegram message bytes will not be stored. The raw payload is encoded against a specific TL schema layer that changes between Telegram API and grammers versions, so it is not a stable format to keep for future reprocessing. The extracted fields (
text,text_entities, media reference) are the canonical storage.