Longman\TelegramBot\Commands\SystemCommands\EditedmessageCommand::execute PHP 메소드

execute() 공개 메소드

Command execute method
public execute ( ) : mixed
리턴 mixed
    public function execute()
    {
        //$update = $this->getUpdate();
        //$edited_message = $update->getEditedMessage();
        return parent::execute();
    }
EditedmessageCommand