Giter VIP home page Giter VIP logo

Comments (4)

MarcoBuster avatar MarcoBuster commented on June 3, 2024

Hi @abhi3700, thanks for your issue!
In username_callback, you don't need to initialize a new botogram.User(), you need the user that sent the query. You can access its botogram.User instance in query.sender; so, the code will be:

@bot.callback("username")
def username_callback(query, chat, message):
    user = query.sender
    chat.send(user.username)
    query.notify("{username} saved.".format(username=user.username)

from botogram.

abhi3700 avatar abhi3700 commented on June 3, 2024

Thanks @MarcoBuster. I can't thank you enough for your reply.
It worked.

from botogram.

Vidroid avatar Vidroid commented on June 3, 2024

what if user have not username? (:

from botogram.

abhi3700 avatar abhi3700 commented on June 3, 2024

what if user have not username? (:

We can have user.id field. It's mandatory in telegram.
I would recommend using this repo instead, as there is no activity since 2020.

from botogram.

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.