feat: Add webhook secret token validation
Adds the ability to validate incoming webhook requests using the X-Telegram-Bot-Api-Secret-Token header.
A new method setSecretToken() is added to the Telegram class to allow setting the expected secret token. The handle() method is updated to check for this token and throw an exception if it's invalid.