Relative Content

Tag Archive for pythonbotstelegram

Concurrency-related queries regarding python-telegram-bot

I am intending to host my bot – built using python-telegram-bot – on a server. I was wondering if multiple users are interacting with my bot, will their requests be queued, or processed concurrently? And if so, do I need to do anything to the code on my end to ensure that they’ll be processed concurrently?

Problems with Telegram Bot in Python

i write this code:
import sqlite3
from typing import Final
from telegram import Update
from telegram.ext import Updater, CommandHandler, MessageHandler, filters, ContextTypes, CallbackContext, ChatMemberHandler