php-telegram-bot / core

PHP Telegram Bot based on the official Telegram Bot API
MIT License
3.79k stars 949 forks source link

fix replyToChat #1462

Closed povargek closed 1 week ago

povargek commented 2 weeks ago
? !
Type Bug
BC Break Yes
Fixed issues #1461

Summary

The function sends a message to the main topic, even if the message (bot command) is written in another topic. Now the bot responds to the topic where the message (command) was written

noplanman commented 1 week ago

@povargek Nice, thanks for this! :pray: