pyrogram / pyrogram

Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
https://pyrogram.org
GNU Lesser General Public License v3.0
4.2k stars 1.34k forks source link

Add support for bots to be able to react to messages #1432

Open DebyO2 opened 2 weeks ago

DebyO2 commented 2 weeks ago

Checklist

Description

image

telegram has a method to set reactions ,even telethon has a sendreactionrequest function , why doesn't pyrogram allow bots to react to messages

image

SpEcHiDe commented 2 weeks ago

Pyrogram is not updated for a long time. To send a reaction as a bot, you require a layer number newer than 168.

You can switch to a fork which has added support for the new layer updates.