Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • telegram telegram
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MemriMemri
  • plugins
  • telegramtelegram
  • Merge requests
  • !10

Draft: init send+mark_read over http + start listening read receipts

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Alp Deniz Ogut requested to merge interactive_messaging into dev Nov 16, 2022
  • Overview 1
  • Commits 3
  • Pipelines 3
  • Changes 3
  • 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.
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: interactive_messaging