- HTTP Endpoints:
/message/send
and/message/mark_read
- Listen for read receipts: Work in progress, reverse edges needed.
- Tiny refactor
Important! Graphql requirement should be discussed. Briefly: Telegram returns chat_id and [message_]max_id: Messages are read until max_id of this chat. At this point, we are not given the ids of messages until max_id, those belong to the chat.
At this point
- PodAPI supports
podapi.get_edges("~messageChannel", "Incoming")
- PodClient interface
podclient.get_edges("edge_name")
currently only returns outgoing edges. - Graphql search does not parse reverse edges.