Code Monkey home page Code Monkey logo

Comments (6)

harshil21 avatar harshil21 commented on June 11, 2024 1

Hi, thanks for the issue. This is known by the dev team, and we are working on the next update which will fix this. For now a workaround is to use Bot.do_api_request("get_sticker_set", {"name": sticker_set_name}). There will be a channel post on this soon.

from python-telegram-bot.

Worrah avatar Worrah commented on June 11, 2024 1

im sorry, but what if i am using the python-telegram-bot 12.5 ? no chance to use it?

You can do something like this:

resp = bot._request.post(
        f"{bot.base_url}/getStickerSet",
        {
            "name": packname,
        },
    )

Then, manually call StickerSet.de_json() on the returned data, or just use the json data directly. It's a bit of a dirty hack, requiring access to a private property, I know, but it's better than nothing if you're for whatever reason stuck with v12/13.x

well, i already saved every sticker id one by one =_= but thank you anyway :D

from python-telegram-bot.

kaine119 avatar kaine119 commented on June 11, 2024

From @botnews:

Stickers

from python-telegram-bot.

Worrah avatar Worrah commented on June 11, 2024

Hi, thanks for the issue. This is known by the dev team, and we are working on the next update which will fix this. For now a workaround is to use Bot.do_api_request("get_sticker_set", {"name": sticker_set_name}). There will be a channel post on this soon.

im sorry, but what if i am using the python-telegram-bot 12.5 ? no chance to use it?

from python-telegram-bot.

harshil21 avatar harshil21 commented on June 11, 2024

Hi, thanks for the issue. This is known by the dev team, and we are working on the next update which will fix this. For now a workaround is to use Bot.do_api_request("get_sticker_set", {"name": sticker_set_name}). There will be a channel post on this soon.

im sorry, but what if i am using the python-telegram-bot 12.5 ? no chance to use it?

No, that version is more than 5 years old.

from python-telegram-bot.

starry-shivam avatar starry-shivam commented on June 11, 2024

im sorry, but what if i am using the python-telegram-bot 12.5 ? no chance to use it?

You can do something like this:

resp = bot._request.post(
        f"{bot.base_url}/getStickerSet",
        {
            "name": packname,
        },
    )

Then, manually call StickerSet.de_json() on the returned data, or just use the json data directly. It's a bit of a dirty hack, requiring access to a private property, I know, but it's better than nothing if you're for whatever reason stuck with v12/13.x

from python-telegram-bot.

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.