PHP Class Longman\TelegramBot\Commands\UserCommands\SurveyCommand

Inheritance: extends Longman\TelegramBot\Commands\UserCommand
Show file 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 property

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

$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