This is a picture of a payment I made via my bot to my Stripe account. Now, the stripe docs says processing fees are calculated by 2.9% + 30cents but this is actually $0.33 (...
Does telethon have stubs file? I am trying to use mypy for type checking. I have tried searching but can't find. Thinking maybe I'm using the wrong keywords
According to this, which event type corresponds to SentWebAppMessage from the telethon API?
Why does the bot.download_profile_photo keep returning None even when the user has a profile photo? Here is my code: sender = await event.get_sender() settings.AVATARS_FOLDER....
has anyone worked with stripe? would be glad to get help
Just out of curiosity, is there a reason (perhaps security-wise) why telegram doesn't add support for forms to collect input in one swoop? Feel like it's a pretty obvious feat...
Anyone here using telethon, please help me out with this. What could be the cause of a call to get_entity retuning a ValueError on some channels? Especially channels that star...
How can one make the call to resolve a username via raw http request? I make a call to the resolveUsername endpoint but I get a 404 error?
If one wanted to do it via a client, how can one pass a token? With bots, I always pass the bot token as part of the request
Has anyone integrated Google Pay and/or Apple Pay in a telegram bot? Could you help me with a guide or link?