. * * @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\EventHandler\Query; /** Represents a query sent by the user by clicking on a button in an inline message. */ final class InlineButtonQuery extends ButtonQuery { use InlineTrait; }