Hello, how to fix problem with my Telegram bot when i trying to translate on other language my text?
EN:
i got a problem with my telegram bot its not sending the messages to the user only to the bussniess owner
i made sure the user sent a message to the bot and i made sure the username is correct still when the user makes an appointment the bot doesnt send a message..
Initiating a conversation from python telegram bot on scheduled time
I apologise in advance for not providing code. I will try to add it tomorrow but I’m not near it right now and thinking about how to solve this is keeping me up.
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
Python Telegram bot for sending pictures to a group every day
I am completely new to python and trying to let my bot send a picture to a supergroup every day at the same time.
Telegram bot for sending pictures to a group every day
I am completely new to python and trying to let my bot send a picture to a supergroup every day at the same time.