1 vote
2 answers
63 views
InlineKeyboardButton with callback_data doesn't workInlineKeyboardButton with callback_data doesn't work. When I click on it, nothing happens. Here is how I create the button: from django.apps import apps from asgiref.sync import sync_to_async from ...
asked Aug 14 at 6:552 votes
1 answer
107 views
Get telegram's chat's historyI want to get some previoius messages from chat with Python telegram bot's library. Here is my bot's handler: class BotController: def __init__(self) -> None: self.token = os.getenv(&...
asked Jul 27 at 11:370 votes
0 answers
212 views
How to Retrieve the Telegram Store Gift Catalog via Bot API for a Business Account?[Description: Hello, Stack Overflow community! I am developing a Telegram bot using Python with the python-telegram-bot librarythat interacts with a business account to send gifts to users. The ...
asked Jul 15 at 15:58 Is accessing details of message replied from another chat possibleI am using the python-telegram-bot package to develop a Telegram bot. I was wondering if it's possible to access the details of a message that has been replied to from another chat? Broader ...
asked Jul 14 at 19:381 vote
1 answer
104 views
Userbot Telegram APII am creating a userbot. I can't figure out how to implement it: when I am offline from Telegram (I exit the app), it automatically changes the name in one way and when I am online in another. I can't ...
asked Jun 29 at 7:460 votes
0 answers
60 views
How to monitor new users joining a Telegram channel using Telegram API?I'm trying to track new users joining a Telegram channel (not a group) using the python-telegram-bot library (v20.x). My bot is an admin in the channel, but it doesn't detect new_chat_members events. ...
asked Jun 17 at 21:290 votes
0 answers
39 views
How to create a Telegram user mention link that works across all devices and profile types in a bot message?I'm developing a Telegram bot, and I want to generate clickable user mentions in admin reports. These mentions should: Link to the user's profile Work on all platforms Handle any kind of Telegram ...
asked Jun 14 at 15:440 votes
0 answers
253 views
Problem with receiving business connection id in aiogram botThere was a problem, I am making a business bot on aiogram, but I can not understand how to implement a connection check, I saw the following system in one bot, the bot asks to add itself as a chat ...
asked May 20 at 19:36-5 votes
1 answer
87 views
What Danger am I Inviting if I Store Telegram User IDs Unhashed/Unencrypted in a Database? [closed]I am working on a bot that echoes the latest YT video title of a specific Youtube Channel to its users. However, it will only echo the video title only if it contains at least one of the user's ...
asked Apr 19 at 1:590 votes
0 answers
46 views
Python telegram-bot endless background taskWith python-telegram-bot v0.22 some things have been changed and I can't get the code to work. I've tried a a lot of things but keep running into a problem. Here is my simplified code. I want to write ...
asked Apr 17 at 16:250 votes
0 answers
64 views
Problem in deploying telegram bot in Render. There is no error but the bot does not respond to /latestjobsimport os from flask import Flask from threading import Thread from telegram import Update from telegram.ext import ( ApplicationBuilder, CommandHandler, ContextTypes, ) import ...
asked Apr 6 at 2:050 votes
1 answer
126 views
Pyhon Telegram Bot Multiple BotsI have multiple bots that utilize Python Telegram Bot module. Each bot has code like: from telegram.ext import Updater, CommandHandler def start(update, context): update.message.reply_text("...
asked Mar 18 at 16:490 votes
1 answer
183 views
How to Send Files Larger than 2GB Using Telethon in Telegram [closed]I'm using Telethon to send files on Telegram, but I've run into a problem with the 2GB file size limit. Telethon only allows sending files up to 2GB, while Telegram itself supports sending files up to ...
asked Mar 10 at 3:160 votes
1 answer
135 views
How to solo-test a telegram bot within a group as multiple usersI made a Telegram bot with python-telegram-bot library, and I want to test it in a group where it has to interact with many users at the same time. Because I cannot test it only by myself (I have only ...
asked Mar 2 at 18:500 votes
0 answers
100 views
Adding personal channel in profile's bioIs it possible to add personal public channel in Telegram profile bio using Telethon? If it is, then how I can do it? It can be done manually on the device (phone or desktop) but my goal is to ...
asked Feb 25 at 19:38RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4