python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Limit the access of telegram bot through Chat ID
I have attached the code. I want chat_id to be accessed from the text file located at my local machine.
#constants.py
chatid_list = []
file1 = open(r'D:\\folder1\\chatids.txt', "r")
fo...

ns28
Votes: 0
Answers: 2
Is it possibile to have both InlineKeyboard and ReplyKeyboard on telegram?
Is it possible to have both keyboards (telegram.InlineKeyboard and telegram.ReplyKeyboard) under a single message?
Thanks

Andrea Pellegrini
Votes: 0
Answers: 1
python telegram bot can't get movie data
am trying to do a telegram bot which shows to the user the popular movies upon sending ['pm']. But, I couldn't get the right message from the bot. Here is my code:
import os
import telebot
from dotenv...
Ahmed Sheikh
Votes: 0
Answers: 1
How to send Django model object's details as answer according to the user's choice of InlineKeyboardButton?
I'm new to creating telegram bots with Django. I selected python-telegram-bot library for creating bots with Django.
I've created a Django model, named as category:
class category(models.Model):
n...
Firdavsbek Narzullaev
Votes: 0
Answers: 1