Coder Social home page Coder Social logo

Comments (1)

ramesh333 avatar ramesh333 commented on May 17, 2024

I found the solution for above problem
https://core.telegram.org/tdlib/docs/classtd_1_1td__api_1_1update_message_send_succeeded.html

Initially when we sendMessage, it assigns a temporary id for message. Once the message is delivered. We receive update to the same bot client updateMessageSendSucceeded .

{
  "_": "updateMessageSendSucceeded",
  "message": {
    "_": "message",
    "id": 228589568,
    "sender_user_id": 0,
    "chat_id": -1001285598738,
    "is_outgoing": true,
    "can_be_edited": true,
    "can_be_forwarded": true,
    "can_be_deleted_only_for_self": false,
    "can_be_deleted_for_all_users": true,
    "is_channel_post": true,
    "contains_unread_mention": false,
    "date": 1559184555,
    "edit_date": 0,
    "reply_to_message_id": 0,
    "ttl": 0,
    "ttl_expires_in": 0,
    "via_bot_user_id": 0,
    "author_signature": "",
    "views": 1,
    "media_album_id": "0",
    "content": {
      "_": "messageText",
      "text": {
        "_": "formattedText",
        "text": "Daari",
        "entities": []
      }
    }
  },
  "old_message_id": 227541001
}

It contains updated new id and the old temporary id through which we an map.

Can some one suggest me better way to get the message_id synchronously. Once we get the get the id... just waiting for this updateMessageSendSucceeded update and matching for above message id doesn't seem like an efficient way for me.

I'm looking for something like then() implementation instead of using external variable

from tdl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.