Longman\TelegramBot\Commands\SystemCommands\MigratetochatidCommand::execute PHP Method

execute() public method

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