. * * @author Daniil Gentili * @copyright 2016-2023 Daniil Gentili * @license https://opensource.org/licenses/AGPL-3.0 AGPLv3 * @link https://docs.madelineproto.xyz MadelineProto documentation */ namespace danog\MadelineProto; /** * Simple event handler class: by extending this class, you can use filters, crons and the simplified event handler API. */ abstract class SimpleEventHandler extends EventHandler { }