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

execute() public méthode

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