python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Avoid FloodWait in python
I am new to Pyrogram and I try to make subsctiption bot
I want to send messages as soon as any satisfy my filters, but every time I send more than 3 messages in a row I get FloodWait error. There is n...
ThePigeonKing
Votes: 0
Answers: 1
How to get unread messages from telegram chat?
I can find functions in pyrogram GetUnreadMentions, GetUnreadReactions.
But how to filter unread messages from messages?
Or how to get count of unread messages?
Григорий Грачев
Votes: 0
Answers: 0
Pyrogram telegram API (not bot api)
i am using Pyrogram to work with telegram API.
I have succeed to join channel.
I have a task to add message handler and receive messages in channel.
But the message handler is not invoked when message...
Sergey Efimov
Votes: 0
Answers: 2
How to wait for messages from user pyrogram
example of my code, but when the bot switches to another command, this remains
Is there an example of how this can be done?
async def test(client, message):
user_id = message.chat.id
await bot...
JayL
Votes: 0
Answers: 1