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)
How to send a message through Pyrogram?
from pyrogram import Client
from pyrogram.errors import PeerFlood
import time
vubor = input('Нажмите Enter чтобы запустить рассылку! ')
api_id = 12905662
api_hash = "a7cfcd44cb95d26d7529d547c9a1...
Николай Сероух
Votes: 0
Answers: 2
(Pyrogram/Telegrm bot) Russian words are not displayed correctly in Telegram
I made a word randomizer which works with txt file of words. But the bot send messages in wrong coding and i receive "РѕР±СЂСЏРґРЅРёРє" when it should be "обрядник". How to fix tha...
pyrogrammer228
Votes: 0
Answers: 0
How to upload instant playable video to telegram
I am making a telegram bot to upload videos in my local PC. But when I sent the video, that message is very dumb. like this
Image 1
But I need videos like this
Image 2
Image 3
my code is
from pyrogram...
tom jerry
Votes: 0
Answers: 2
InlineKeyboardMarkup don't work in pyrogram
I'm trying to send message with inline keyboard:
await user_bot.send_message(
user_id, "This is a InlineKeyboardMarkup example",
reply_markup=InlineKe...
eva
Votes: 0
Answers: 1