getMessage(); /** * Catch and handle any service messages here. */ // The chat photo was deleted $delete_chat_photo = $message->getDeleteChatPhoto(); // The group has been created $group_chat_created = $message->getGroupChatCreated(); // The supergroup has been created $supergroup_chat_created = $message->getSupergroupChatCreated(); // The channel has been created $channel_chat_created = $message->getChannelChatCreated(); // Information about the payment $successful_payment = $message->getSuccessfulPayment(); return Request::emptyResponse(); } }