Longman\TelegramBot\Commands\SystemCommands\NewchatphotoCommand::execute PHP Méthode

execute() public méthode

Command execute method
public execute ( ) : mixed
Résultat mixed
    public function execute()
    {
        //$message = $this->getMessage();
        //$new_chat_photo = $message->getNewChatPhoto();
        return parent::execute();
    }
NewchatphotoCommand