PHP Class Longman\TelegramBot\Commands\AdminCommands\SendtoallCommand

Inheritance: extends Longman\TelegramBot\Commands\AdminCommand
Show file Open project: akalongman/php-telegram-bot

Protected Properties

Property Type Description
$description string
$name string
$need_mysql boolean
$usage string
$version string

Public Methods

Method Description
execute ( ) : boolean Execute command

Method Details

execute() public method

Execute command
public execute ( ) : boolean
return boolean

Property Details

$description protected property

protected string $description
return string

$name protected property

protected string $name
return string

$need_mysql protected property

protected bool $need_mysql
return boolean

$usage protected property

protected string $usage
return string

$version protected property

protected string $version
return string