for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Sysbot\Telegram\ExtendedTypes;
use Sysbot\Telegram\API;
trait BaseType
{
public function __construct(protected API $api)
}