DEF STUDIO srl

Need help with Laravel and web development?

Hire one of our experts for your projects.

We build tailored products, websites and platforms — with care for UX, performance and maintainability.

Booking open for Q4 — limited slots

Reply To A Callback Query

A visual feedback can be returned to the chat as a tooltip with the ->reply() method:

class CustomWebhookHandler extends WebhookHandler
{
    public function dismiss(){
        //...

        $this->reply("Notification dismissed");
    }
}
Suggest a change
Last updated 22 September 2025