PHP Class Longman\TelegramBot\Commands\UserCommands\SurveyCommand

Inheritance: extends Longman\TelegramBot\Commands\UserCommand
Datei anzeigen Open project: akalongman/php-telegram-bot

Protected Properties

Property Type Description
$conversation Longman\TelegramBot\Conversation Conversation Object
$description string
$name string
$need_mysql boolean
$usage string
$version string

Public Methods

Method Description
execute ( ) : mixed Command execute method

Method Details

execute() public method

Command execute method
public execute ( ) : mixed
return mixed

Property Details

$conversation protected_oe property

Conversation Object
protected Conversation,Longman\TelegramBot $conversation
return Longman\TelegramBot\Conversation

$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