for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace LeoCarmo\TelegramBot\Model\Buttons;
abstract class Button
{
protected $reply_markup;
public function getReplyMarkup()
return $this->reply_markup;
}