PHP Class Longman\TelegramBot\Commands\AdminCommands\SendtoallCommand

Inheritance: extends Longman\TelegramBot\Commands\AdminCommand
Datei anzeigen 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_oe property

protected string $description
return string

$name protected_oe property

protected string $name
return string

$need_mysql protected_oe property

protected bool $need_mysql
return boolean

$usage protected_oe property

protected string $usage
return string

$version protected_oe property

protected string $version
return string