TelegramBot / Api

Native PHP Wrapper for Telegram BOT API
MIT License
1.07k stars 324 forks source link

How to retrieve message reply id? #303

Closed eizil closed 3 years ago

eizil commented 3 years ago

Hi,

how can I get the reply message id if I want to send a reply to the command sent to the bot?

Thanks

eizil commented 3 years ago

To anyone who might searching for the same features, you can get the message from id using

$message->getMessageId();